summaryrefslogtreecommitdiff
path: root/lib/imap.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-04-18 15:43:04 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-04-18 15:32:13 +0100
commitf804378d16bba22bc22afebb6ffe1858cfd9edf6 (patch)
treeb7735af46cb3b5428f98ac30d003fc13782dce76 /lib/imap.h
parent2c6b41e98a566486877938cfeaba4c946388485a (diff)
downloadcurl-f804378d16bba22bc22afebb6ffe1858cfd9edf6.tar.gz
imap: Introduced the SEARCH state
Diffstat (limited to 'lib/imap.h')
-rw-r--r--lib/imap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/imap.h b/lib/imap.h
index 95e55bef7..53d202dcc 100644
--- a/lib/imap.h
+++ b/lib/imap.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2009 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2009 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -53,6 +53,7 @@ typedef enum {
IMAP_FETCH_FINAL,
IMAP_APPEND,
IMAP_APPEND_FINAL,
+ IMAP_SEARCH,
IMAP_LOGOUT,
IMAP_LAST /* never used */
} imapstate;