io-imap 0.1.0

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

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