io-smtp 0.1.0

SMTP client library
Documentation
1
2
3
4
//! RFC 7677 — SCRAM-SHA-256 and SCRAM-SHA-256-PLUS SASL Mechanisms.

#[cfg(feature = "scram")]
pub mod auth_scram_sha_256;