io-smtp 0.2.3

SMTP client library for Rust
Documentation
1
2
3
4
5
6
7
8
//! RFC 7677: SCRAM-SHA-256 and SCRAM-SHA-256-PLUS SASL Mechanisms.
//!
//! Provides the SCRAM-SHA-256 SASL mechanism, a salted
//! challenge-response authentication verifying the server signature.
//! The whole module is gated behind the scram cargo feature at the
//! crate root.

pub mod auth_scram_sha_256;