io-smtp 0.1.0

SMTP client library
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;