1
2
3
4
5
6
7
8
pub mod client;
pub mod proto;

pub use crate::client::{Client, TlsClient};

pub mod types {
    pub use imap_proto::types::*;
}