Uses of Class
org.apache.commons.net.pop3.ExtendedPOP3Client.AUTH_METHOD

Packages that use ExtendedPOP3Client.AUTH_METHOD
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
static ExtendedPOP3Client.AUTH_METHOD ExtendedPOP3Client.AUTH_METHOD.valueOf(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
 boolean ExtendedPOP3Client.auth(ExtendedPOP3Client.AUTH_METHOD method, String username, String password)
          Authenticate to the POP3 server by sending the AUTH command with the selected mechanism, using the given username and the given password.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.