Imap |
public override Task<IMailFolder> GetFolderAsync( string path, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | path is . |
| ObjectDisposedException | The ImapClient has been disposed. |
| ServiceNotConnectedException | The ImapClient is not connected. |
| ServiceNotAuthenticatedException | The ImapClient is not authenticated. |
| OperationCanceledException | The operation was canceled via the cancellation token. |
| FolderNotFoundException | The folder could not be found. |
| IOException | An I/O error occurred. |
| ImapCommandException | The server replied to the LIST command with a NO or BAD response. |
| ImapProtocolException | The server responded with an unexpected token. |