IMAP extensions.
public enum ImapFeatures
Public Enum ImapFeatures
public enum class ImapFeatures
Name | Description |
---|
UniqueIdPlus | UIDPLUS extension support. If this extension is supported, UploadMessage methods
will return unique ID of the message at the server. |
LiteralPlus | LITERAL+ extension support. |
Idle | IDLE/DONE command support. |
Xlist | XLIST command support. This is an extension created by Google for GMail's IMAP.
It is used to retrieve information about folder purpose using the ListFolders method. |
Compression | Deflate compression (COMPRESS=DEFLATE) extension support. |
ExplicitSecurity | Explicit TLS/SSL support (STARTTLS). |
All | All extensions. |
Top