1pub mod client; 2pub mod proto; 3 4pub use crate::client::{Client, TlsClient}; 5 6pub mod types { 7 pub use imap_proto::types::*; 8}