imap: Introduced IMAP_LIST state

This commit is contained in:
Steve Holme
2013-03-05 21:34:53 +00:00
parent b960f1e8bd
commit 041754e3fa
2 changed files with 2 additions and 0 deletions

View File

@@ -479,6 +479,7 @@ static void state(struct connectdata *conn, imapstate newstate)
"AUTHENTICATE_NTLM_TYPE2MSG",
"AUTHENTICATE_FINAL",
"LOGIN",
"LIST",
"SELECT",
"FETCH",
"FETCH_FINAL",