{ "LITERAL+", IMAPX_CAPABILITY_LITERALPLUS },
{ "STARTTLS", IMAPX_CAPABILITY_STARTTLS },
{ "IDLE", IMAPX_CAPABILITY_IDLE },
+ { "CONDSTORE", IMAPX_CAPABILITY_CONDSTORE },
+ { "QRESYNC", IMAPX_CAPABILITY_QRESYNC },
};
struct _capability_info *
IMAPX_CAPABILITY_NAMESPACE = (1 << 3),
IMAPX_CAPABILITY_UIDPLUS = (1 << 4),
IMAPX_CAPABILITY_LITERALPLUS = (1 << 5),
- IMAPX_CAPABILITY_STARTTLS = (1 << 6),
+ IMAPX_CAPABILITY_STARTTLS = (1 << 6),
IMAPX_CAPABILITY_IDLE = (1 << 7),
+ IMAPX_CAPABILITY_CONDSTORE = (1 << 8),
+ IMAPX_CAPABILITY_QRESYNC = (1 << 9),
};
struct _capability_info {