![]() | Imap |
The ImapClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | Authenticate(ICredentials, CancellationToken) |
Authenticate using the supplied credentials.
(Inherited from MailService) |
![]() | Authenticate(SaslMechanism, CancellationToken) |
Authenticate using the specified SASL mechanism.
(Overrides MailServiceAuthenticate(SaslMechanism, CancellationToken)) |
![]() | Authenticate(Encoding, ICredentials, CancellationToken) |
Authenticate using the supplied credentials.
(Overrides MailServiceAuthenticate(Encoding, ICredentials, CancellationToken)) |
![]() ![]() | Authenticate(String, String, CancellationToken) |
Authenticate using the specified user name and password.
(Inherited from MailService) |
![]() | Authenticate(Encoding, String, String, CancellationToken) |
Authenticate using the specified user name and password.
(Inherited from MailService) |
![]() | AuthenticateAsync(ICredentials, CancellationToken) |
Asynchronously authenticate using the supplied credentials.
(Inherited from MailService) |
![]() | AuthenticateAsync(SaslMechanism, CancellationToken) |
Asynchronously authenticate using the specified SASL mechanism.
(Overrides MailServiceAuthenticateAsync(SaslMechanism, CancellationToken)) |
![]() | AuthenticateAsync(Encoding, ICredentials, CancellationToken) |
Asynchronously authenticate using the supplied credentials.
(Overrides MailServiceAuthenticateAsync(Encoding, ICredentials, CancellationToken)) |
![]() | AuthenticateAsync(String, String, CancellationToken) |
Asynchronously authenticate using the specified user name and password.
(Inherited from MailService) |
![]() | AuthenticateAsync(Encoding, String, String, CancellationToken) |
Asynchronously authenticate using the specified user name and password.
(Inherited from MailService) |
![]() | Compress | Enable compression over the IMAP connection. |
![]() | CompressAsync | Asynchronously enable compression over the IMAP connection. |
![]() ![]() | Connect(Uri, CancellationToken) |
Establish a connection to the specified mail server.
(Inherited from MailService) |
![]() | Connect(String, Int32, Boolean, CancellationToken) |
Establish a connection to the specified mail server.
(Inherited from MailService) |
![]() ![]() | Connect(String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified IMAP server.
(Overrides MailServiceConnect(String, Int32, SecureSocketOptions, CancellationToken)) |
![]() | Connect(Socket, String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified IMAP or IMAP/S server using the provided socket.
(Overrides MailServiceConnect(Socket, String, Int32, SecureSocketOptions, CancellationToken)) |
![]() | Connect(Stream, String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified IMAP or IMAP/S server using the provided stream.
(Overrides MailServiceConnect(Stream, String, Int32, SecureSocketOptions, CancellationToken)) |
![]() | ConnectAsync(Uri, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
(Inherited from MailService) |
![]() | ConnectAsync(String, Int32, Boolean, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
(Inherited from MailService) |
![]() ![]() | ConnectAsync(String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified IMAP server.
(Overrides MailServiceConnectAsync(String, Int32, SecureSocketOptions, CancellationToken)) |
![]() | ConnectAsync(Socket, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified IMAP or IMAP/S server using the provided socket.
(Overrides MailServiceConnectAsync(Socket, String, Int32, SecureSocketOptions, CancellationToken)) |
![]() | ConnectAsync(Stream, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified IMAP or IMAP/S server using the provided stream.
(Overrides MailServiceConnectAsync(Stream, String, Int32, SecureSocketOptions, CancellationToken)) |
![]() | CreateImapFolder | Instantiate a new ImapFolder. |
![]() | DisableNotify | Disable any previously requested notification events from the IMAP server. |
![]() | DisableNotifyAsync | Asynchronously disable any previously requested notification events from the IMAP server. |
![]() ![]() | Disconnect |
Disconnect the service.
(Overrides MailServiceDisconnect(Boolean, CancellationToken)) |
![]() ![]() | DisconnectAsync |
Asynchronously disconnect the service.
(Overrides MailServiceDisconnectAsync(Boolean, CancellationToken)) |
![]() | Dispose |
Releases all resource used by the MailService object.
(Inherited from MailService) |
![]() | Dispose(Boolean) |
Releases the unmanaged resources used by the ImapClient and
optionally releases the managed resources.
(Overrides MailServiceDispose(Boolean)) |
![]() | EnableQuickResync |
Enable the QRESYNC feature.
(Overrides MailStoreEnableQuickResync(CancellationToken)) |
![]() | EnableQuickResyncAsync |
Asynchronously enable the QRESYNC feature.
(Overrides MailStoreEnableQuickResyncAsync(CancellationToken)) |
![]() | EnableUTF8 | Enable the UTF8=ACCEPT extension. |
![]() | EnableUTF8Async | Asynchronously enable the UTF8=ACCEPT extension. |
![]() | Equals | (Inherited from Object) |
![]() | Finalize |
Releases unmanaged resources and performs other cleanup operations before the
MailService is reclaimed by garbage collection.
(Inherited from MailService) |
![]() ![]() | GetFolder(FolderNamespace) |
Get the folder for the specified namespace.
(Overrides MailStoreGetFolder(FolderNamespace)) |
![]() | GetFolder(SpecialFolder) |
Get the specified special folder.
(Overrides MailStoreGetFolder(SpecialFolder)) |
![]() | GetFolder(String, CancellationToken) |
Get the folder for the specified path.
(Overrides MailStoreGetFolder(String, CancellationToken)) |
![]() | GetFolderAsync |
Asynchronously get the folder for the specified path.
(Overrides MailStoreGetFolderAsync(String, CancellationToken)) |
![]() | GetFolders(FolderNamespace, Boolean, CancellationToken) |
Get all of the folders within the specified namespace.
(Inherited from MailStore) |
![]() | GetFolders(FolderNamespace, StatusItems, Boolean, CancellationToken) |
Get all of the folders within the specified namespace.
(Overrides MailStoreGetFolders(FolderNamespace, StatusItems, Boolean, CancellationToken)) |
![]() | GetFoldersAsync(FolderNamespace, Boolean, CancellationToken) |
Asynchronously get all of the folders within the specified namespace.
(Inherited from MailStore) |
![]() | GetFoldersAsync(FolderNamespace, StatusItems, Boolean, CancellationToken) |
Asynchronously get all of the folders within the specified namespace.
(Overrides MailStoreGetFoldersAsync(FolderNamespace, StatusItems, Boolean, CancellationToken)) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetMetadata(IEnumerableMetadataTag, CancellationToken) |
Gets the specified metadata.
(Inherited from MailStore) |
![]() | GetMetadata(MetadataTag, CancellationToken) |
Gets the specified metadata.
(Overrides MailStoreGetMetadata(MetadataTag, CancellationToken)) |
![]() | GetMetadata(MetadataOptions, IEnumerableMetadataTag, CancellationToken) |
Gets the specified metadata.
(Overrides MailStoreGetMetadata(MetadataOptions, IEnumerableMetadataTag, CancellationToken)) |
![]() | GetMetadataAsync(IEnumerableMetadataTag, CancellationToken) |
Asynchronously gets the specified metadata.
(Inherited from MailStore) |
![]() | GetMetadataAsync(MetadataTag, CancellationToken) |
Asynchronously gets the specified metadata.
(Overrides MailStoreGetMetadataAsync(MetadataTag, CancellationToken)) |
![]() | GetMetadataAsync(MetadataOptions, IEnumerableMetadataTag, CancellationToken) |
Asynchronously gets the specified metadata.
(Overrides MailStoreGetMetadataAsync(MetadataOptions, IEnumerableMetadataTag, CancellationToken)) |
![]() | GetType | (Inherited from Object) |
![]() ![]() | Identify | Identify the client implementation to the server and obtain the server implementation details. |
![]() | IdentifyAsync | Asynchronously identify the client implementation to the server and obtain the server implementation details. |
![]() ![]() | Idle | Toggle the ImapClient into the IDLE state. |
![]() | IdleAsync | Asynchronously toggle the ImapClient into the IDLE state. |
![]() | MemberwiseClone | (Inherited from Object) |
![]() ![]() | NoOp |
Ping the IMAP server to keep the connection alive.
(Overrides MailServiceNoOp(CancellationToken)) |
![]() ![]() | NoOpAsync |
Asynchronously ping the IMAP server to keep the connection alive.
(Overrides MailServiceNoOpAsync(CancellationToken)) |
![]() | Notify | Request the specified notification events from the IMAP server. |
![]() | NotifyAsync | Asynchronously request the specified notification events from the IMAP server. |
![]() | OnAlert |
Raise the alert event.
(Inherited from MailStore) |
![]() | OnAuthenticated |
Raise the authenticated event.
(Inherited from MailService) |
![]() | OnConnected |
Raise the connected event.
(Inherited from MailService) |
![]() | OnDisconnected |
Raise the disconnected event.
(Inherited from MailService) |
![]() | OnFolderCreated |
Raise the folder created event.
(Inherited from MailStore) |
![]() | OnMetadataChanged |
Raise the metadata changed event.
(Inherited from MailStore) |
![]() | OnWebAlert | Raise the web alert event. |
![]() | SetMetadata |
Sets the specified metadata.
(Overrides MailStoreSetMetadata(MetadataCollection, CancellationToken)) |
![]() | SetMetadataAsync |
Asynchronously gets the specified metadata.
(Overrides MailStoreSetMetadataAsync(MetadataCollection, CancellationToken)) |
![]() | ToString | (Inherited from Object) |