Package | Description |
---|---|
io.vertx.ext.mail |
Modifier and Type | Field and Description |
---|---|
static LoginOption |
MailConfig.DEFAULT_LOGIN |
Modifier and Type | Method and Description |
---|---|
LoginOption |
MailConfig.getLogin()
get login options
|
static LoginOption |
LoginOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginOption[] |
LoginOption.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.setLogin(LoginOption login)
Set the login mode for the connection.
|
Constructor and Description |
---|
MailConfig(String hostname,
int port,
StartTLSOptions starttls,
LoginOption login)
construct a config object with hostname/port and security and login options
|
Copyright © 2021 Eclipse. All rights reserved.