Merge pull request #147 from Lem/fix_typ_status

Fix typo in documentation
This commit is contained in:
Jon Gjengset 2019-10-18 14:58:42 -04:00 committed by GitHub
commit 3eebdca788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -942,7 +942,7 @@ impl<T: Read + Write> Session<T> {
/// - `UIDVALIDITY`: The unique identifier validity value of the mailbox (see [`Uid`]). /// - `UIDVALIDITY`: The unique identifier validity value of the mailbox (see [`Uid`]).
/// - `UNSEEN`: The number of messages which do not have [`Flag::Seen`] set. /// - `UNSEEN`: The number of messages which do not have [`Flag::Seen`] set.
/// ///
/// `data_times` is a space-separated list enclosed in parentheses. /// `data_items` is a space-separated list enclosed in parentheses.
pub fn status<S1: AsRef<str>, S2: AsRef<str>>( pub fn status<S1: AsRef<str>, S2: AsRef<str>>(
&mut self, &mut self,
mailbox_name: S1, mailbox_name: S1,