ImapExtensions Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
IMAP extensions.
Syntax
[Flags]
public enum ImapExtensions : long
Fields
Name | Description |
---|---|
All | All extensions. |
Compression | Deflate compression (COMPRESS=DEFLATE) extension support. |
ExplicitSecurity | Explicit TLS/SSL support (STARTTLS). |
Idle | IDLE/DONE command support. |
LiteralPlus | LITERAL+ extension support. |
Partial | PARTIAL extension (experimental support; https://datatracker.ietf.org/doc/draft-ietf-extra-imap-partial). |
SpecialUse | Special-Use extension support (RFC 6154). |
UidOnly | UIDONLY extension (experimental support; https://www.ietf.org/archive/id/draft-melnikov-imap-uidonly-00.html). |
UniqueIdPlus | UIDPLUS extension support. If this extension is supported, StoreMessage(String, MailMessage) methods will return unique ID of the message at the server. |
Xlist | XLIST command support. This is an extension created by Google for GMail IMAP. This is deprecated - please use SpecialUse instead. |