Uses of Enum
io.vertx.ext.mail.LoginOption
Packages that use LoginOption
-
Uses of LoginOption in io.vertx.ext.mail
Subclasses with type arguments of type LoginOption in io.vertx.ext.mailModifier and TypeClassDescriptionenumpossible options for a login into an SMTP server
either DISABLED, NONE, REQUIRED or XOAUTH2Fields in io.vertx.ext.mail declared as LoginOptionMethods in io.vertx.ext.mail that return LoginOptionModifier and TypeMethodDescriptionMailConfig.getLogin()get login optionsstatic LoginOptionReturns 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 LoginOptionModifier and TypeMethodDescriptionMailConfig.setLogin(LoginOption login) Set the login mode for the connection.Constructors in io.vertx.ext.mail with parameters of type LoginOptionModifierConstructorDescriptionMailConfig(String hostname, int port, StartTLSOptions starttls, LoginOption login) construct a config object with hostname/port and security and login options