[][src]Type Definition tokio_imap::client::TlsClient

type TlsClient = Client<TlsStream<TcpStream>>;

Methods

impl TlsClient[src]

pub async fn connect<'_>(server: &'_ str) -> Result<(ResponseData, Self)>[src]

pub fn call(&mut self, cmd: Command) -> ResponseStream<TlsStream<TcpStream>>[src]