mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
docs: update Imap.connect() documentation
This commit is contained in:
@@ -285,9 +285,7 @@ impl Imap {
|
||||
Ok(imap)
|
||||
}
|
||||
|
||||
/// Connects or reconnects if needed.
|
||||
///
|
||||
/// 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.
|
||||
///
|
||||
/// 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
|
||||
|
||||
Reference in New Issue
Block a user