io-smtp 0.2.3

SMTP client library for Rust
Documentation
1
2
3
4
5
6
7
8
//! RFC 3207: SMTP Service Extension for Secure SMTP over Transport
//! Layer Security.
//!
//! Coroutine for the STARTTLS command, which upgrades a plain SMTP
//! connection to TLS.

pub mod capability;
pub mod starttls;