| Package | Description |
|---|---|
| io.vertx.ext.mail |
| Modifier and Type | Field and Description |
|---|---|
static StarttlsOption |
MailConfig.DEFAULT_TLS |
| Modifier and Type | Method and Description |
|---|---|
StarttlsOption |
MailConfig.getStarttls()
get security (TLS) options
|
static StarttlsOption |
StarttlsOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StarttlsOption[] |
StarttlsOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MailConfig |
MailConfig.setStarttls(StarttlsOption starttls)
Set the tls security mode for the connection.
|
| Constructor and Description |
|---|
MailConfig(String hostname,
int port,
StarttlsOption starttls,
LoginOption login)
construct a config object with hostname/port and security and login options
|
Copyright © 2015. All Rights Reserved.