| Name | Description |
---|
| ConnectAsync(Uri, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
|
| ConnectAsync(String, Int32, Boolean, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
|
| ConnectAsync(String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified IMAP server.
|
| ConnectAsync(Socket, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified IMAP or IMAP/S server using the provided socket.
|
| ConnectAsync(Stream, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified IMAP or IMAP/S server using the provided stream.
|