[evolution-data-server/gnome-2-30] Detect LIST-STATUS and LIST-EXTENDED capabilities (cherry picked from commit e6087869b184353f21b6b9f



commit b446ab5b3a950959fb282acfc066f3c2094269a5
Author: David Woodhouse <David Woodhouse intel com>
Date:   Thu Jun 24 23:23:19 2010 +0100

    Detect LIST-STATUS and LIST-EXTENDED capabilities
    (cherry picked from commit e6087869b184353f21b6b9f196d13f3cbb5acfd6)

 camel/providers/imapx/camel-imapx-utils.c |    2 ++
 camel/providers/imapx/camel-imapx-utils.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-utils.c b/camel/providers/imapx/camel-imapx-utils.c
index 431f11d..df2db27 100644
--- a/camel/providers/imapx/camel-imapx-utils.c
+++ b/camel/providers/imapx/camel-imapx-utils.c
@@ -414,6 +414,8 @@ struct {
 	{ "IDLE", IMAPX_CAPABILITY_IDLE },
 	{ "CONDSTORE", IMAPX_CAPABILITY_CONDSTORE },
 	{ "QRESYNC", IMAPX_CAPABILITY_QRESYNC },
+	{ "LIST-EXTENDED", IMAPX_CAPABILITY_LIST_EXTENDED },
+	{ "LIST-STATUS", IMAPX_CAPABILITY_LIST_STATUS },
 };
 
 struct _capability_info *
diff --git a/camel/providers/imapx/camel-imapx-utils.h b/camel/providers/imapx/camel-imapx-utils.h
index 922f9bf..277ec7f 100644
--- a/camel/providers/imapx/camel-imapx-utils.h
+++ b/camel/providers/imapx/camel-imapx-utils.h
@@ -87,6 +87,8 @@ enum {
 	IMAPX_CAPABILITY_IDLE			= (1 << 7),
 	IMAPX_CAPABILITY_CONDSTORE		= (1 << 8),
 	IMAPX_CAPABILITY_QRESYNC		= (1 << 9),
+	IMAPX_CAPABILITY_LIST_STATUS		= (1 << 10),
+	IMAPX_CAPABILITY_LIST_EXTENDED		= (1 << 11),
 };
 
 struct _capability_info {



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