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. |
||
|---|---|---|
| .. | ||
| capabilities.rs | ||
| deleted.rs | ||
| fetch.rs | ||
| mailbox.rs | ||
| mod.rs | ||
| name.rs | ||
| unsolicited_response.rs | ||