isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 0e8455fde186100bc8fbfc6e81a3cbb3f8ce9837
parent a7775798e30b60d25868ba6b77ba5b3ee7fc65e8
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Tue, 27 Jan 2004 21:01:15 +0000

PREAUTH cannot come out of the blue

Diffstat:
Msrc/imap.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/imap.c b/src/imap.c @@ -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); }