diff options
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 d99459f..5244cdc 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -123,6 +123,7 @@ public: | |||
123 | 123 | ||
124 | //Standard IMAP calls | 124 | //Standard IMAP calls |
125 | KAsync::Job<void> login(const QString &username, const QString &password); | 125 | KAsync::Job<void> login(const QString &username, const QString &password); |
126 | KAsync::Job<void> logout(); | ||
126 | KAsync::Job<SelectResult> select(const QString &mailbox); | 127 | KAsync::Job<SelectResult> select(const QString &mailbox); |
127 | KAsync::Job<qint64> append(const QString &mailbox, const QByteArray &content, const QList<QByteArray> &flags = QList<QByteArray>(), const QDateTime &internalDate = QDateTime()); | 128 | KAsync::Job<qint64> append(const QString &mailbox, const QByteArray &content, const QList<QByteArray> &flags = QList<QByteArray>(), const QDateTime &internalDate = QDateTime()); |
128 | KAsync::Job<void> store(const KIMAP2::ImapSet &set, const QList<QByteArray> &flags); | 129 | KAsync::Job<void> store(const KIMAP2::ImapSet &set, const QList<QByteArray> &flags); |