PopAuthentication Enum
An enumeration of supported POP authentication mechanisms.
Fields
Apop | Native POP authentication mechanism using APOP command. |
CramMd5 | SASL CRAM-MD5 mechanism. |
DigestMd5 | SASL DIGEST-MD5 mechanism. |
Login | SASL LOGIN mechanism. |
Native | Native POP authentication mechanism using USER and PASS commands. |
Plain | SASL PLAIN mechanism. |
XOAuth2 | SASL XOAUTH2 mechanism. |