PREAUTH cannot come out of the blue

This commit is contained in:
Oswald Buddenhagen 2004-01-27 21:01:15 +00:00
parent a7775798e3
commit 0e8455fde1

View File

@ -471,8 +471,7 @@ imap_exec (imap_t * imap, const char *fmt, ...)
imap->ns_shared = parse_list (cmd, 0);
}
else if (!strcmp ("OK", arg) || !strcmp ("BAD", arg) ||
!strcmp ("NO", arg) || !strcmp ("BYE", arg) ||
!strcmp ("PREAUTH", arg))
!strcmp ("NO", arg) || !strcmp ("BYE", arg))
{
parse_response_code (imap, cmd);
}