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

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

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

quoted-pairSMTP = %d92 %d32-126