ImapExtension Class |
Namespace: Limilabs.Client.IMAP
The ImapExtension type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the name of the constant.
(Inherited from BasicConstant.) |
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from BasicConstant.) | |
Equals(BasicConstant) |
Determines whether the specified BasicConstant object is equal to the current one.
Names are compared case insensitive.
(Inherited from BasicConstant.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from BasicConstant.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the Name of this object.
(Inherited from BasicConstant.) |
Name | Description | |
---|---|---|
AppendLimit |
Represents APPENDLIMIT extension.
(RFC 7889)
| |
Auth |
Represents AUTH extension.
You can use Capabilities and then AuthenticationMethods method to obtain all authentication methods supported by the remote server.
| |
Compress | ||
CONDSTORE |
Represents CONDSTORE extension.
(RFC 7162)
| |
ESearch |
Represents ESEARCH extension. Extension to SEARCH command for controlling what kind of information is returned.
(RFC 4731)
| |
ID |
Represents ID extension.
(RFC 2971)
| |
Idle |
Represents IDLE extension. You can use Idle or Idle(TimeSpan) to wait for mailbox changes.
(RFC 2177)
| |
IMAP4rev1 |
Represents IMAP4rev1 extension.
| |
ImapUTF8 |
Represents UTF8 extension.
(RFC 6855)
| |
LoginDisabled | Login is disabled.
Login(String, String) is going to invoke UseBestLogin(String, String) method.
(RFC 2595)
| |
Move |
Represents MOVE extension. Allows using MOVE command for MoveByUID(Int64, FolderInfo) and MoveByNumber(Int64, FolderInfo) methods.
(RFC 6851)
| |
MultiSearch |
Represents MULTISEARCH extension. Extension to SEARCH command for multi-folder (multi-mailbox) searching.
(RFC 6237)
| |
Namespace |
Represents NAMESPACE extension. You can use GetNamespaces method.
(RFC 2342)
| |
QRESYNC |
Represents QRESYNC extension.
(RFC 7162)
| |
Quota |
Represents QUOTA extension. You can use GetQuota(String) and GetQuotaRoot(FolderInfo) methods.
(RFC 2087).
| |
SASLInitialResponse |
Represents SASL-IR (SASL initial client response) extension.
Servers that support this extension will accept an optional initial client response with the AUTHENTICATE command for any SASL mechanisms which support it.
(RFC 4959)
| |
SASLIR | Obsolete.
Represents SASL-IR (SASL initial client response) extension.
| |
Sort |
Represents SORT extension. You can use Sort(ISorter) to sort search results.
(RFC 5256)
| |
SpecialUse |
Represents SPECIAL-USE extension.
Servers that support this extension will return new folder flags identifying Special-Use folders.
(RFC 6154)
| |
StartTLS | ||
UniqueIdPlus |
Represents UIDPLUS extension.
You can use a return value of UploadMessage(String, IMail), copy and move methods.
(RFC 4315)
| |
XGMailExtensions1 |
Represents Gmail X-GM-EXT-1 extension (X-GM-RAW, X-GM-MSGID, X-GM-THRID, X-GM-LABELS).
,
| |
XList |
Represents XLIST extension. You can CommonFolders class to get common folder names (e.g. Spam, Sent items).
|