aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
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 */