rust-imap/src/types
Todd Mortimer 529401a36d Implement a method to pass unilateral responses while IDLE.
While IDLE, the server sends unilateral responses to notify the client of
changes to the mailbox as they happen. Instead of always exiting the IDLE
on any change, allow the caller to pass a callback function which receives
the messages and returns an action to either Continue IDLE or Stop and exit.

For clients wishing to use the previous behaviour, a callback_stop convenience
function is provided that terminates the IDLE on any change to the mailbox.
2021-03-28 15:27:39 -04:00
..
capabilities.rs Adopt latest imap_proto and expose error status codes 2021-03-06 14:53:14 -08:00
deleted.rs Add a Deleted type to wrap EXPUNGE and VANISHED responses. 2020-12-05 20:32:14 -05:00
fetch.rs Adopt latest imap_proto and expose error status codes 2021-03-06 14:53:14 -08:00
mailbox.rs Expose mailbox read-only flag 2021-03-06 15:02:48 -08:00
mod.rs Implement a method to pass unilateral responses while IDLE. 2021-03-28 15:27:39 -04:00
name.rs Adopt latest imap_proto and expose error status codes 2021-03-06 14:53:14 -08:00
unsolicited_response.rs Implement a method to pass unilateral responses while IDLE. 2021-03-28 15:27:39 -04:00