pub fn quoted_pairSMTP(input: &[u8]) -> IResult<&[u8], &[u8]>
Backslash followed by any ASCII graphic (including itself) or SPace
quoted-pairSMTP = %d92 %d32-126
FIXME: How should e.g. “\a” be interpreted?