ehlo_greet

Function ehlo_greet 

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

String of any characters other than CR or LF.

ehlo-greet = 1*(%d0-9 / %d11-12 / %d14-127)