diff options
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index b011eb5..72ac480 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -252,6 +252,16 @@ namespace ImapResource { | |||
252 | SinkResource SINK_EXPORT create(const QByteArray &account); | 252 | SinkResource SINK_EXPORT create(const QByteArray &account); |
253 | }; | 253 | }; |
254 | 254 | ||
255 | namespace ResourceCapabilities { | ||
256 | namespace Mail { | ||
257 | static constexpr const char *storage = "mail.storage"; | ||
258 | static constexpr const char *drafts = "mail.drafts"; | ||
259 | static constexpr const char *trash = "mail.trash"; | ||
260 | static constexpr const char *transport = "mail.transport"; | ||
261 | static constexpr const char *folderhierarchy = "mail.folderhierarchy"; | ||
262 | }; | ||
263 | }; | ||
264 | |||
255 | /** | 265 | /** |
256 | * All types need to be registered here an MUST return a different name. | 266 | * All types need to be registered here an MUST return a different name. |
257 | * | 267 | * |