io-smtp 0.1.0

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

/// EHLO capability keyword for enhanced status codes.
///
/// Use with `EhloResponse::has_capability(ENHANCEDSTATUSCODES)` to
/// check whether the server includes RFC 3463 enhanced status codes
/// in its replies.
pub const ENHANCEDSTATUSCODES: &str = "ENHANCEDSTATUSCODES";