ImapAuthentication Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
IMAP authentication methods.
Syntax
public enum ImapAuthentication
Fields
Name | Description |
---|---|
Auto | Choose automatically. |
ClearText | Clear text USER/PASS login. |
CramMD5 | RFC 2195 CRAM-MD5 authentication. |
DigestMD5 | RFC 2831 DIGEST-MD5 authentication. |
External | External authentication. |
GssApi | GSSAPI/SSPI authentication. Kerberos and Negotiate (SPNEGO) are only supported on Windows. NTLM is supported on Windows and Mono. |
Login | Login authentication. |
Ntlm | NTLM authentication. Only supported on Windows and on Mono. |
OAuth20 | OAuth 2.0 authentication. |
Plain | RFC 2595 TLS plaintext authentication. |