POP3 authentication method.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration Pop3Authentication |
| C# |
|---|
public enum Pop3Authentication |
Members
| Member 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 and on Mono.
| |
| GssApi |
GSSAPI/SSPI authentication.
Kerberos and Negotiate (SPNEGO) are only supported on Windows.
NTLM is supported on Windows and Mono.
| |
| OAuth20 |
OAuth 2.0 authentication defined by https://developers.google.com/gmail/imap/xoauth2-protocol#pop_protocol_exchange
|