summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/imapserverproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r--examples/imapresource/imapserverproxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/imapresource/imapserverproxy.h b/examples/imapresource/imapserverproxy.h
index 013c18f..cb39b29 100644
--- a/examples/imapresource/imapserverproxy.h
+++ b/examples/imapresource/imapserverproxy.h
@@ -272,6 +272,7 @@ public:
272 KAsync::Job<void> create(const QString &mailbox); 272 KAsync::Job<void> create(const QString &mailbox);
273 KAsync::Job<void> rename(const QString &mailbox, const QString &newMailbox); 273 KAsync::Job<void> rename(const QString &mailbox, const QString &newMailbox);
274 KAsync::Job<void> remove(const QString &mailbox); 274 KAsync::Job<void> remove(const QString &mailbox);
275 KAsync::Job<void> subscribe(const QString &mailbox);
275 KAsync::Job<void> expunge(); 276 KAsync::Job<void> expunge();
276 KAsync::Job<void> expunge(const KIMAP2::ImapSet &set); 277 KAsync::Job<void> expunge(const KIMAP2::ImapSet &set);
277 KAsync::Job<void> copy(const KIMAP2::ImapSet &set, const QString &newMailbox); 278 KAsync::Job<void> copy(const KIMAP2::ImapSet &set, const QString &newMailbox);