//! 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.
pubconstSTARTTLS:&str="STARTTLS";