aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-13 16:44:58 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-13 16:44:58 +0000
commit074d0f372bb1300e135a4884c500ae719b8706d7 (patch)
treec59fe67815459d891b47a62da973abf6bcb2b96e /imap.c
parent788d69daa64652cd382aa58a2c8ac3cbdea9b6b1 (diff)
downloadfetchmail-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 948807d2..c9df435e 100644
--- a/imap.c
+++ b/imap.c
@@ -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 */