ImapAuthentication Enum
An enumeration of supported IMAP authentication mechanisms.
Fields
CramMd5 | SASL CRAM-MD5 mechanism. |
DigestMd5 | SASL DIGEST-MD5 mechanism. |
Login | SASL LOGIN mechanism. |
Native | Native IMAP authentication mechanism using LOGIN command. |
Plain | SASL PLAIN mechanism. |
XOAuth2 | SASL XOAUTH2 mechanism. |