We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034202f commit 3c231f0Copy full SHA for 3c231f0
src/imap_stream.rs
@@ -17,7 +17,6 @@ use crate::types::{Request, ResponseData};
17
/// as imap client messages.
18
#[derive(Debug)]
19
pub struct ImapStream<R: Read + Write> {
20
- // TODO: write some buffering logic
21
/// The underlying stream
22
pub(crate) inner: R,
23
/// Number of bytes the next decode operation needs if known.
0 commit comments