io-imap 0.2.0

IMAP client library for Rust
Documentation
1
2
3
4
5
//! SASL SCRAM-SHA-256 mechanism.
//!
//! <https://www.rfc-editor.org/rfc/rfc7677>

pub mod auth_scram_sha_256;