The ImapExtension type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAuth
AUTH extension. You can use SupportedAuthenticationMethods()()()() to obtain all authentication methods supported by the remote server.
Public fieldStatic memberID
ID extension is supported. (http://www.faqs.org/rfcs/rfc2971.html)
Public fieldStatic memberIdle
IDLE extension. You can use Idle()()()() or Idle(TimeSpan) to wait for mailbox changes. (http://www.faqs.org/rfcs/rfc2177.html)
Public fieldStatic memberIMAP4rev1
IMAP4rev1 is supported.
Public fieldStatic memberLoginDisabled
Login is disabled. Login(String, String) is going to invoke UseBestLogin(String, String) method. (http://www.faqs.org/rfcs/rfc2595.html)
Public fieldStatic memberNamespace
NAMESPACE is supported. You can use GetNamespaces()()()()method. (http://www.faqs.org/rfcs/rfc2342.html)
Public fieldStatic memberQuota
QUOTA is supported. You can use GetQuota(String) and GetQuotaRoot(String) methods.
Public fieldStatic memberSASLIR
SASL-IR (SASL initial client response) extension is supported. Servers which support this extension will accept an optional initial client response with the AUTHENTICATE command for any SASL mechanisms which support it. (http://www.faqs.org/rfcs/rfc4959.html)
Public fieldStatic memberSort
SORT is supported. You can use Sort(ISorter) to sort search results. (http://www.faqs.org/rfcs/rfc5256.html)
Public fieldStatic memberSpecialUse
SPECIAL-USE extension is supported. Servers which support this extension will return new folder flags identifying Special-Use folders. (http://tools.ietf.org/html/rfc6154)
Public fieldStatic memberStartTLS
STARTTLS is supported. You can use StartTLS()()()() to secure the connection. (http://www.faqs.org/rfcs/rfc2595.html)
Public fieldStatic memberUniqueIdPlus
UIDPLUS extension. You can use return value of UploadMessage(String, IMail), UploadMessage(String, String), copy and move methods. (http://www.faqs.org/rfcs/rfc4315.html)
Public fieldStatic memberXGMailExtensions1
Identifies Gmail X-GM-EXT-1 extensions: X-GM-RAW, X-GM-MSGID, X-GM-THRID, X-GM-LABELS. ,
Public fieldStatic memberXList
XLIST command is supported. You can CommonFolders class to get common folder names (e.g. Spam, Sent items).

See Also