IMAP extensions.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration ImapExtensions |
C# |
---|
[FlagsAttribute] public enum ImapExtensions |
Members
Member name | Description | |
---|---|---|
UniqueIdPlus |
UIDPLUS extension support. If this extension is supported, StoreMessage(String, MailMessage) 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 GetFolderList()()()() method.
| |
Compression |
Deflate compression (COMPRESS=DEFLATE) extension support.
| |
ExplicitSecurity |
Explicit TLS/SSL support (STARTTLS).
| |
All |
All extensions.
|