[evolution-data-server] IMAPX: added string definitions for untagged responses
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] IMAPX: added string definitions for untagged responses
- Date: Tue, 26 Jun 2012 15:21:01 +0000 (UTC)
commit 30a67040323359dce64c5abd624b256e93365853
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]