Merge branch 'idle-responses' of github.com:mordak/rust-imap into idle-responses
This commit is contained in:
commit
ff39ebf58d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ use std::time::Duration;
|
||||||
/// logic is needed to handle the IDLE response, and then returns a [`CallbackAction`]
|
/// logic is needed to handle the IDLE response, and then returns a [`CallbackAction`]
|
||||||
/// to `Continue` or `Stop` listening on the channel.
|
/// to `Continue` or `Stop` listening on the channel.
|
||||||
/// For users that want the IDLE to exit on any change (the behavior proior to version 3.0),
|
/// For users that want the IDLE to exit on any change (the behavior proior to version 3.0),
|
||||||
/// a convenience callback function `stop_on_any` is provided.
|
/// a convenience callback function [`stop_on_any`] is provided.
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
/// # use native_tls::TlsConnector;
|
/// # use native_tls::TlsConnector;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue