Package | Description |
---|---|
org.apache.commons.net.pop3 |
POP3 and POP3S mail
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|