Skip to main content linkedinfacebooktwittermenuarrow-up

Async support for network operations - Community / GemBox.Email Feature Request - GemBox Support Center

0

Async support for network operations New

GemBox.Email being network-based would benefit from async support.

For Example:

Implement IAsyncDisposable

Async Methods:

- Task ConnectAsync(cancellationToken)

- IAsyncEnumerator

- EnumerateMessagesAsync(cancellationToken)

- Task GetMessageAsync(id, cancellationToken)

- etc...