Update src/client.rs

Fix typo in fix for typo.

It's not 'data_times' or 'data_itmes'. It should be 'data_items'!

Co-Authored-By: Jon Gjengset <jon@thesquareplanet.com>
This commit is contained in:
Lem 2019-10-18 20:31:34 +02:00 committed by GitHub
parent e41b235387
commit 39b8087b3c
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_itmes` 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,