Uses of Class
org.apache.commons.net.pop3.ExtendedPOP3Client.AUTH_METHOD
-
Packages that use ExtendedPOP3Client.AUTH_METHOD Package Description org.apache.commons.net.pop3 POP3 and POP3S mail -
-
Uses of ExtendedPOP3Client.AUTH_METHOD in org.apache.commons.net.pop3
Methods in org.apache.commons.net.pop3 that return ExtendedPOP3Client.AUTH_METHOD Modifier and Type Method Description static ExtendedPOP3Client.AUTH_METHOD
ExtendedPOP3Client.AUTH_METHOD. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtendedPOP3Client.AUTH_METHOD[]
ExtendedPOP3Client.AUTH_METHOD. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.net.pop3 with parameters of type ExtendedPOP3Client.AUTH_METHOD Modifier and Type Method Description boolean
ExtendedPOP3Client. auth(ExtendedPOP3Client.AUTH_METHOD method, java.lang.String username, java.lang.String password)
Authenticate to the POP3 server by sending the AUTH command with the selected mechanism, using the given username and the given password.
-