| Package | Description |
|---|---|
| com.openexchange.mail.api | |
| com.openexchange.mail.config |
| Modifier and Type | Method and Description |
|---|---|
static MailConfig.PasswordSource |
MailConfig.PasswordSource.parse(java.lang.String passwordSourceStr)
Parses specified string into a password source.
|
static MailConfig.PasswordSource |
MailConfig.PasswordSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailConfig.PasswordSource[] |
MailConfig.PasswordSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MailConfig.PasswordSource |
MailProperties.getPasswordSource()
Gets the password source.
|