mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
docs: update Imap.connect() documentation
This commit is contained in:
@@ -285,9 +285,7 @@ impl Imap {
|
|||||||
Ok(imap)
|
Ok(imap)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Connects or reconnects if needed.
|
/// Connects to IMAP server and returns a new IMAP session.
|
||||||
///
|
|
||||||
/// It is safe to call this function if already connected, actions are performed only as needed.
|
|
||||||
///
|
///
|
||||||
/// Calling this function is not enough to perform IMAP operations. Use [`Imap::prepare`]
|
/// Calling this function is not enough to perform IMAP operations. Use [`Imap::prepare`]
|
||||||
/// instead if you are going to actually use connection rather than trying connection
|
/// instead if you are going to actually use connection rather than trying connection
|
||||||
|
|||||||
Reference in New Issue
Block a user