summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-22 13:10:39 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-05-22 13:10:39 +0200
commit6864e4accaafa4fa90332719bff5a85a0e92b242 (patch)
tree31c0d6df98112674e55ea5ad636c2ad780add49c /common/domain/applicationdomaintype.h
parentde52c17a7a08e72affc4c182fb1650d18d8b3b2b (diff)
downloadsink-6864e4accaafa4fa90332719bff5a85a0e92b242.tar.gz
sink-6864e4accaafa4fa90332719bff5a85a0e92b242.zip
ImapResource prototype
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r--common/domain/applicationdomaintype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index 4eec4a3..1b0ae9d 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -245,6 +245,9 @@ namespace MaildirResource {
245namespace MailtransportResource { 245namespace MailtransportResource {
246 SinkResource SINK_EXPORT create(const QByteArray &account); 246 SinkResource SINK_EXPORT create(const QByteArray &account);
247}; 247};
248namespace ImapResource {
249 SinkResource SINK_EXPORT create(const QByteArray &account);
250};
248 251
249/** 252/**
250 * All types need to be registered here an MUST return a different name. 253 * All types need to be registered here an MUST return a different name.