Uses of Class
com.openexchange.mail.config.MailConfigException

Packages that use MailConfigException
com.openexchange.mail.api   
com.openexchange.mail.config   
com.openexchange.mail.utils   
 

Uses of MailConfigException in com.openexchange.mail.api
 

Methods in com.openexchange.mail.api that throw MailConfigException
 void AbstractProtocolProperties.loadProperties()
          Exclusively loads protocol's global properties
 

Uses of MailConfigException in com.openexchange.mail.config
 

Methods in com.openexchange.mail.config that throw MailConfigException
 void MailProperties.loadProperties()
          Exclusively loads the global mail properties
 

Uses of MailConfigException in com.openexchange.mail.utils
 

Methods in com.openexchange.mail.utils that throw MailConfigException
static java.lang.String[] StorageUtility.getDefaultFolderNames(java.lang.String trash, java.lang.String sent, java.lang.String drafts, java.lang.String spam, java.lang.String confirmedSpam, java.lang.String confirmedHam, boolean isSpamEnabled)
          Deprecated. Use DefaultFolderNamesProvider instead