io-smtp 0.1.0

SMTP client library
Documentation
1
2
3
4
5
6
7
//! STARTTLS EHLO capability (RFC 3207 ยง2).

/// EHLO capability keyword for STARTTLS.
///
/// Use with `EhloResponse::has_capability(STARTTLS)` to check whether the
/// server supports upgrading the connection to TLS.
pub const STARTTLS: &str = "STARTTLS";