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 nameDescription
Supported by the .NET Compact FrameworkUniqueIdPlus
UIDPLUS extension support. If this extension is supported, StoreMessage(String, MailMessage) methods will return unique ID of the message at the server.
Supported by the .NET Compact FrameworkLiteralPlus
LITERAL+ extension support.
Supported by the .NET Compact FrameworkIdle
IDLE/DONE command support.
Supported by the .NET Compact FrameworkXlist
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.
Supported by the .NET Compact FrameworkCompression
Deflate compression (COMPRESS=DEFLATE) extension support.
Supported by the .NET Compact FrameworkExplicitSecurity
Explicit TLS/SSL support (STARTTLS).
Supported by the .NET Compact FrameworkAll
All extensions.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also