Uses of Class
com.openexchange.mail.api.MailConfig.ServerSource

Packages that use MailConfig.ServerSource
com.openexchange.mail.api   
com.openexchange.mail.config   
 

Uses of MailConfig.ServerSource in com.openexchange.mail.api
 

Methods in com.openexchange.mail.api that return MailConfig.ServerSource
static MailConfig.ServerSource MailConfig.ServerSource.parse(java.lang.String serverSourceStr)
          Parses specified string into a server source.
static MailConfig.ServerSource MailConfig.ServerSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MailConfig.ServerSource[] MailConfig.ServerSource.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of MailConfig.ServerSource in com.openexchange.mail.config
 

Methods in com.openexchange.mail.config that return MailConfig.ServerSource
 MailConfig.ServerSource MailProperties.getMailServerSource()
          Gets the mail server source.
 MailConfig.ServerSource MailProperties.getTransportServerSource()
          Gets the transport server source.