is_qtextSMTP

Function is_qtextSMTP 

Source
pub fn is_qtextSMTP(byte: u8) -> bool
Expand description

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