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 eef9f50 commit 6dfc90bCopy full SHA for 6dfc90b
tokio-imap/src/client/mod.rs
@@ -12,9 +12,9 @@ use tokio::net::tcp::{ConnectFuture, TcpStream};
12
use tokio_codec::Decoder;
13
use tokio_tls::{self, Connect};
14
15
+use crate::proto::{ImapCodec, ImapTls, ImapTransport, ResponseData};
16
use imap_proto::builders::command::Command;
17
use imap_proto::{Request, RequestId, State};
-use crate::proto::{ImapCodec, ImapTls, ImapTransport, ResponseData};
18
19
pub mod builder {
20
pub use imap_proto::builders::command::{
0 commit comments