Function smtp_codec::parse::response::ehlo_param[][src]

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

Any CHAR excluding and all control characters (US-ASCII 0-31 and 127 inclusive)

ehlo-param = 1*(%d33-126)