com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ImapAuthentication


  • Deprecated. 
    This class is obsolete, please don't use it anymore.

    @Deprecated
    public final class ImapAuthentication
    extends Object

    Represents the authentication methods for ImapClient to log into the IMAP servers.

    • Method Detail

      • equals

        public boolean equals(Object obj)
        Deprecated. 

        Overrided.

        Overrides:
        equals in class Object
        Parameters:
        obj - Object to be compared.
        Returns:
        True if the specified object equals to this imap authentication object
      • hashCode

        public int hashCode()
        Deprecated. 

        Overrided.

        Overrides:
        hashCode in class Object
        Returns:
        The hash code of this object.
      • toString

        public String toString()
        Deprecated. 

        Overrided.

        Overrides:
        toString in class Object
        Returns:
        The string of this object.
      • getCramMD5Authentication

        public static ImapAuthentication getCramMD5Authentication()
        Deprecated. 

        Gets RFC 2195 CRAM-MD5 authentication object.

      • getDigestMD5Authentication

        public static ImapAuthentication getDigestMD5Authentication()
        Deprecated. 

        Gets RFC 2831 DIGEST-MD5 authentication object.

      • getPlainTextAuthentication

        public static ImapAuthentication getPlainTextAuthentication()
        Deprecated. 

        Gets a RFC 2595 TLS plaintext authentication object.

      • getPlainTextLogin

        public static ImapAuthentication getPlainTextLogin()
        Deprecated. 

        Gets a login authentication object.