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