[evolution-data-server/imapx-extensible: 2/6] IMAPX: added string definitions for untagged responses



commit 8dbdd5a014c0806e1c6f18c827389ba79382da54
Author: Christian Hilberg <chilberg src gnome org>
Date:   Thu Jun 14 16:19:28 2012 +0200

    IMAPX: added string definitions for untagged responses

 camel/camel-imapx-utils.h |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-imapx-utils.h b/camel/camel-imapx-utils.h
index 8ee329f..d8bd6aa 100644
--- a/camel/camel-imapx-utils.h
+++ b/camel/camel-imapx-utils.h
@@ -77,6 +77,23 @@ typedef enum _camel_imapx_id_t {
 	IMAPX_VANISHED,
 } camel_imapx_id_t;
 
+#define CAMEL_IMAPX_UNTAGGED_BAD        "BAD"
+#define CAMEL_IMAPX_UNTAGGED_BYE        "BYE"
+#define CAMEL_IMAPX_UNTAGGED_CAPABILITY "CAPABILITY"
+#define CAMEL_IMAPX_UNTAGGED_EXISTS     "EXISTS"
+#define CAMEL_IMAPX_UNTAGGED_EXPUNGE    "EXPUNGE"
+#define CAMEL_IMAPX_UNTAGGED_FETCH      "FETCH"
+#define CAMEL_IMAPX_UNTAGGED_FLAGS      "FLAGS"
+#define CAMEL_IMAPX_UNTAGGED_LIST       "LIST"
+#define CAMEL_IMAPX_UNTAGGED_LSUB       "LSUB"
+#define CAMEL_IMAPX_UNTAGGED_NAMESPACE  "NAMESPACE"
+#define CAMEL_IMAPX_UNTAGGED_NO         "NO"
+#define CAMEL_IMAPX_UNTAGGED_OK         "OK"
+#define CAMEL_IMAPX_UNTAGGED_PREAUTH    "PREAUTH"
+#define CAMEL_IMAPX_UNTAGGED_RECENT     "RECENT"
+#define CAMEL_IMAPX_UNTAGGED_STATUS     "STATUS"
+#define CAMEL_IMAPX_UNTAGGED_VANISHED   "VANISHED"
+
 /* str MUST be in upper case, tokenised using gperf function */
 camel_imapx_id_t imapx_tokenise (register const gchar *str, register guint len);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]