Uses of Class
io.vertx.ext.mail.LoginOption
-
Packages that use LoginOption Package Description io.vertx.ext.mail -
-
Uses of LoginOption in io.vertx.ext.mail
Fields in io.vertx.ext.mail declared as LoginOption Modifier and Type Field Description static LoginOption
MailConfig. DEFAULT_LOGIN
Methods in io.vertx.ext.mail that return LoginOption Modifier and Type Method Description LoginOption
MailConfig. getLogin()
get login optionsstatic 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.Methods in io.vertx.ext.mail with parameters of type LoginOption Modifier and Type Method Description MailConfig
MailConfig. setLogin(LoginOption login)
Set the login mode for the connection.Constructors in io.vertx.ext.mail with parameters of type LoginOption Constructor Description MailConfig(String hostname, int port, StartTLSOptions starttls, LoginOption login)
construct a config object with hostname/port and security and login options
-