@Deprecated public final class ImapAuthentication extends Object
Represents the authentication methods for ImapClient to log into the IMAP servers.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
Overrided.
|
static ImapAuthentication |
getCramMD5Authentication()
Deprecated.
Gets RFC 2195 CRAM-MD5 authentication object.
|
static ImapAuthentication |
getDigestMD5Authentication()
Deprecated.
Gets RFC 2831 DIGEST-MD5 authentication object.
|
static ImapAuthentication |
getPlainTextAuthentication()
Deprecated.
Gets a RFC 2595 TLS plaintext authentication object.
|
static ImapAuthentication |
getPlainTextLogin()
Deprecated.
Gets a login authentication object.
|
int |
hashCode()
Deprecated.
Overrided.
|
String |
toString()
Deprecated.
Overrided.
|
public boolean equals(Object obj)
Overrided.
public int hashCode()
Overrided.
public String toString()
Overrided.
public static ImapAuthentication getCramMD5Authentication()
Gets RFC 2195 CRAM-MD5 authentication object.
public static ImapAuthentication getDigestMD5Authentication()
Gets RFC 2831 DIGEST-MD5 authentication object.
public static ImapAuthentication getPlainTextAuthentication()
Gets a RFC 2595 TLS plaintext authentication object.
public static ImapAuthentication getPlainTextLogin()
Gets a login authentication object.