quoted_pairSMTP

Function quoted_pairSMTP 

Source
pub fn quoted_pairSMTP(input: &[u8]) -> IResult<&[u8], &[u8]>
Expand description

Backslash followed by any ASCII graphic (including itself) or SPace

quoted-pairSMTP = %d92 %d32-126

FIXME: How should e.g. “\a” be interpreted?