From 041754e3fafdb1f479e7ec90c4363ea0fd2e25cb Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 5 Mar 2013 21:34:53 +0000 Subject: imap: Introduced IMAP_LIST state --- lib/imap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/imap.c') diff --git a/lib/imap.c b/lib/imap.c index 9d39cc6d0..4ee6fff71 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -479,6 +479,7 @@ static void state(struct connectdata *conn, imapstate newstate) "AUTHENTICATE_NTLM_TYPE2MSG", "AUTHENTICATE_FINAL", "LOGIN", + "LIST", "SELECT", "FETCH", "FETCH_FINAL", -- cgit v1.2.3