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:
parent
e41b235387
commit
39b8087b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -942,7 +942,7 @@ impl<T: Read + Write> Session<T> {
|
|||
/// - `UIDVALIDITY`: The unique identifier validity value of the mailbox (see [`Uid`]).
|
||||
/// - `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>>(
|
||||
&mut self,
|
||||
mailbox_name: S1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue