Function smtp_codec::parse::command::is_qtextSMTP[][src]

pub fn is_qtextSMTP(byte: u8) -> bool

Within a quoted string, any ASCII graphic or space is permitted without blackslash-quoting except double-quote and the backslash itself.

qtextSMTP = %d32-33 / %d35-91 / %d93-126