[][src]Module async_imap::extensions::idle

Adds support for the IMAP IDLE command specificed in RFC2177.

Structs

Handle

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

IdleStream

A stream of server responses after sending IDLE. Created using [Handle::stream].

Enums

IdleResponse

Possible responses that happen on an open idle connection.