pub fn parse_response(input: &[u8]) -> IResult<'_, Response<'_>>Expand description
Parse a single IMAP server response from input.
Returns the unparsed remainder and the parsed Response. If input
does not yet contain a complete response, returns
ParseError::Incomplete.