| Package | Description |
|---|---|
| com.openexchange.mail.api | |
| com.openexchange.mail.config |
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MailConfig.ServerSource |
MailProperties.getMailServerSource()
Gets the mail server source.
|
MailConfig.ServerSource |
MailProperties.getTransportServerSource()
Gets the transport server source.
|