io-smtp 0.2.3

SMTP client library for Rust
Documentation
1
2
3
4
5
6
7
8
//! RFC 4954: SMTP Service Extension for Authentication.
//!
//! Defines the AUTH command and continuation data types used by all
//! SASL mechanisms.

pub mod auth;
pub mod auth_data;
pub mod capability;