diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-02 11:54:55 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-02 11:54:55 +0100 |
commit | ee5dfc0878059a48fdff7ca16b0aa69a652414d5 (patch) | |
tree | ac57d2df7aa1344462be2638269875672b7250f0 /examples/imapresource/imapserverproxy.h | |
parent | cd3f995fe28d4b8e61137692672ebd3436f651f0 (diff) | |
download | sink-ee5dfc0878059a48fdff7ca16b0aa69a652414d5.tar.gz sink-ee5dfc0878059a48fdff7ca16b0aa69a652414d5.zip |
Subscribe to mailboxes we create in tests
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r-- | examples/imapresource/imapserverproxy.h | 1 |
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); |