diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-03-05 21:34:53 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-03-05 21:35:16 +0000 |
commit | 041754e3fafdb1f479e7ec90c4363ea0fd2e25cb (patch) | |
tree | 97514a46002abc6d4260e02bf0d93a04c1989baf /lib/imap.h | |
parent | b960f1e8bd7b9549ed5b1aaed104f94dd8a06693 (diff) | |
download | curl-041754e3fafdb1f479e7ec90c4363ea0fd2e25cb.tar.gz |
imap: Introduced IMAP_LIST state
Diffstat (limited to 'lib/imap.h')
-rw-r--r-- | lib/imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/imap.h b/lib/imap.h index 1ca67fe2b..d290c3bc2 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -45,6 +45,7 @@ typedef enum { IMAP_AUTHENTICATE_NTLM_TYPE2MSG, IMAP_AUTHENTICATE_FINAL, IMAP_LOGIN, + IMAP_LIST, IMAP_SELECT, IMAP_FETCH, IMAP_FETCH_FINAL, |