Uses of Enum
org.apache.commons.net.pop3.ExtendedPOP3Client.AUTH_METHOD
Packages that use ExtendedPOP3Client.AUTH_METHOD
-
Uses of ExtendedPOP3Client.AUTH_METHOD in org.apache.commons.net.pop3
Methods in org.apache.commons.net.pop3 that return ExtendedPOP3Client.AUTH_METHODModifier and TypeMethodDescriptionReturns 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_METHODModifier and TypeMethodDescriptionboolean
ExtendedPOP3Client.auth
(ExtendedPOP3Client.AUTH_METHOD method, String user, String password) Authenticate to the POP3 server by sending the AUTH command with the selected mechanism, using the given user and the given password.