aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCMessageConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/abstract/MCMessageConstants.h')
-rw-r--r--src/core/abstract/MCMessageConstants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/abstract/MCMessageConstants.h b/src/core/abstract/MCMessageConstants.h
index c2f77c89..dcc1c7cd 100644
--- a/src/core/abstract/MCMessageConstants.h
+++ b/src/core/abstract/MCMessageConstants.h
@@ -23,6 +23,7 @@ namespace mailcore {
AuthTypeSASLNTLM = 1 << 6,
AuthTypeSASLKerberosV4 = 1 << 7,
AuthTypeXOAuth2 = 1 << 8,
+ AuthTypeXOAuth2Outlook = 1 << 9,
};
enum IMAPFolderFlag {
@@ -195,9 +196,11 @@ namespace mailcore {
IMAPSearchKindSizeLarger,
IMAPSearchKindSizeSmaller,
IMAPSearchKindGmailThreadID,
+ IMAPSearchKindGmailMessageID,
IMAPSearchKindGmailRaw,
IMAPSearchKindOr,
IMAPSearchKindAnd,
+ IMAPSearchKindNot,
};
enum ErrorCode {