[evolution-data-server] Detect LIST-STATUS and LIST-EXTENDED capabilities
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Detect LIST-STATUS and LIST-EXTENDED capabilities
- Date: Mon, 28 Jun 2010 11:09:23 +0000 (UTC)
commit e6087869b184353f21b6b9f196d13f3cbb5acfd6
Author: David Woodhouse <David Woodhouse intel com>
Date: Thu Jun 24 23:23:19 2010 +0100
Detect LIST-STATUS and LIST-EXTENDED capabilities
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 9845547..e3f14f1 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 f75174f..859f296 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]