Function imap_codec::parse::command::command[][src]

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

command = tag SP (command-any / command-auth / command-nonauth / command-select) CRLF