We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235b625 commit 7655c5bCopy full SHA for 7655c5b
src/imap.rs
@@ -285,9 +285,7 @@ impl Imap {
285
Ok(imap)
286
}
287
288
- /// Connects or reconnects if needed.
289
- ///
290
- /// It is safe to call this function if already connected, actions are performed only as needed.
+ /// Connects to IMAP server and returns a new IMAP session.
291
///
292
/// Calling this function is not enough to perform IMAP operations. Use [`Imap::prepare`]
293
/// instead if you are going to actually use connection rather than trying connection
0 commit comments