diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-13 16:44:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-13 16:44:58 +0000 |
commit | 074d0f372bb1300e135a4884c500ae719b8706d7 (patch) | |
tree | c59fe67815459d891b47a62da973abf6bcb2b96e /imap.c | |
parent | 788d69daa64652cd382aa58a2c8ac3cbdea9b6b1 (diff) | |
download | fetchmail-074d0f372bb1300e135a4884c500ae719b8706d7.tar.gz fetchmail-074d0f372bb1300e135a4884c500ae719b8706d7.tar.bz2 fetchmail-074d0f372bb1300e135a4884c500ae719b8706d7.zip |
Make IMAP preauth work.
svn path=/trunk/; revision=2816
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -873,6 +873,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) /* probe to see if we're running IMAP4 and can use RFC822.PEEK */ capabilities[0] = '\0'; + preauth = FALSE; if ((ok = gen_transact(sock, "CAPABILITY")) == PS_SUCCESS) { /* UW-IMAP server 10.173 notifies in all caps */ |