Merge pull request #164 from rvuong/fixes-a-minor-typo
Changed: a typo was fixed
This commit is contained in:
commit
aafdcfaceb
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))
|
.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
|
/// 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
|
/// messages in the selected mailbox whose status has changed. See the note on [unilateral
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue