Expand description
Adds support for the IMAP IDLE command specificed in RFC 2177.
Structs§
Handle
allows a client to block waiting for changes to the remote mailbox.
Enums§
- The result of a wait on a
Handle
Traits§
- Must be implemented for a transport in order for a
Session
using that transport to support operations with timeouts.