Changed: a typo was fixed
This commit is contained in:
parent
fbdb5d3be4
commit
d6a6592420
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ impl<T: Read + Write> Session<T> {
|
|||
.and_then(|lines| parse_mailbox(&lines[..], &mut self.unsolicited_responses_tx))
|
||||
}
|
||||
|
||||
/// Fetch retreives data associated with a set of messages in the mailbox.
|
||||
/// Fetch retrieves data associated with a set of messages in the mailbox.
|
||||
///
|
||||
/// Note that the server *is* allowed to unilaterally include `FETCH` responses for other
|
||||
/// messages in the selected mailbox whose status has changed. See the note on [unilateral
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue