diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-08 14:24:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-08 14:24:43 +0100 |
commit | 792e3a05c4506302d1ff00ef7b012440f3510c17 (patch) | |
tree | 228f2ec4d08aa4442461840e1e376affe6a6c0d6 /examples/imapresource/imapserverproxy.h | |
parent | 0277baf81448b0ec0fbbd92b21c321f91ba994d0 (diff) | |
download | sink-792e3a05c4506302d1ff00ef7b012440f3510c17.tar.gz sink-792e3a05c4506302d1ff00ef7b012440f3510c17.zip |
Don't hardcode capabilities
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r-- | examples/imapresource/imapserverproxy.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/imapresource/imapserverproxy.h b/examples/imapresource/imapserverproxy.h index 081750f..84343eb 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -56,6 +56,13 @@ namespace FolderFlags | |||
56 | extern const char* All; | 56 | extern const char* All; |
57 | } | 57 | } |
58 | 58 | ||
59 | namespace Capabilities | ||
60 | { | ||
61 | extern const char* Condstore; | ||
62 | extern const char* Uidplus; | ||
63 | extern const char* Namespace; | ||
64 | } | ||
65 | |||
59 | struct Message { | 66 | struct Message { |
60 | qint64 uid; | 67 | qint64 uid; |
61 | qint64 size; | 68 | qint64 size; |