Expand description

Adds support for the IMAP IDLE command specificed in RFC 2177.

Structs§

Handle
Handle allows a client to block waiting for changes to the remote mailbox.

Enums§

WaitOutcome
The result of a wait on a Handle

Traits§

SetReadTimeout
Must be implemented for a transport in order for a Session using that transport to support operations with timeouts.