pub fn response_auth_all(
input: &[u8],
) -> IResult<&[u8], Response<MultiLine<String>, SingleLine>>Expand description
Parses the response to the AuthAll command, i.e. AUTH when used without a parameter.
Note: This command appears to be non-standard. However, MUAs use it and popular POP3 servers understand it.