Uses of Class
com.icegreen.greenmail.pop3.commands.AuthCommand.Pop3SaslAuthMechanism
-
Packages that use AuthCommand.Pop3SaslAuthMechanism Package Description com.icegreen.greenmail.pop3.commands -
-
Uses of AuthCommand.Pop3SaslAuthMechanism in com.icegreen.greenmail.pop3.commands
Methods in com.icegreen.greenmail.pop3.commands that return AuthCommand.Pop3SaslAuthMechanism Modifier and Type Method Description static AuthCommand.Pop3SaslAuthMechanismAuthCommand.Pop3SaslAuthMechanism. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthCommand.Pop3SaslAuthMechanism[]AuthCommand.Pop3SaslAuthMechanism. values()Returns an array containing the constants of this enum type, in the order they are declared.
-