POP3 authentication method.
public enum Pop3AuthenticationMethod
Public Enum Pop3AuthenticationMethod
public enum class Pop3AuthenticationMethod
Name | Description |
---|
Auto | Choose automatically. |
Plain | RFC 2595 TLS plaintext authentication. |
DigestMD5 | RFC 2831 DIGEST-MD5 authentication. |
CramMD5 | RFC 2195 CRAM-MD5 authentication. |
Login | Login authentication. |
ClearText | Clear text USER/PASS login. |
APop | APOP. |
Ntlm | NTLM authentication. (Only supported on Windows platforms.) |
GssApi | GSSAPI/SSPI authentication (only Kerberos, NTLM and Negotiate (SPNEGO) are currently supported, and only on Windows platforms). |
Top