add client_bind

This commit is contained in:
Astro 2017-06-19 02:16:47 +02:00
commit 014633d119
4 changed files with 148 additions and 0 deletions

View file

@ -20,6 +20,8 @@ mod starttls;
pub use starttls::*;
mod client_auth;
pub use client_auth::*;
mod client_bind;
pub use client_bind::*;
// type FullClient = sasl::Client<StartTLS<TCPConnection>>