diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-23 17:05:10 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-23 17:25:25 +0100 |
commit | 03fd475039b418f2f16b2890554fb59403d708dd (patch) | |
tree | 1db5b8d8aa4d5f30ed2881bb68a3044aab25011b /examples/imapresource/imapserverproxy.h | |
parent | 48c0f01320981319a9ac0f34a7ce117325bfbc13 (diff) | |
download | sink-03fd475039b418f2f16b2890554fb59403d708dd.tar.gz sink-03fd475039b418f2f16b2890554fb59403d708dd.zip |
Track uidvalidity to detect changes behind our back.
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 57b252d..c69fe67 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -261,6 +261,7 @@ public: | |||
261 | KAsync::Job<void> login(const QString &username, const QString &password); | 261 | KAsync::Job<void> login(const QString &username, const QString &password); |
262 | KAsync::Job<void> logout(); | 262 | KAsync::Job<void> logout(); |
263 | KAsync::Job<SelectResult> select(const QString &mailbox); | 263 | KAsync::Job<SelectResult> select(const QString &mailbox); |
264 | KAsync::Job<SelectResult> select(const Folder &mailbox); | ||
264 | KAsync::Job<qint64> append(const QString &mailbox, const QByteArray &content, const QList<QByteArray> &flags = QList<QByteArray>(), const QDateTime &internalDate = QDateTime()); | 265 | KAsync::Job<qint64> append(const QString &mailbox, const QByteArray &content, const QList<QByteArray> &flags = QList<QByteArray>(), const QDateTime &internalDate = QDateTime()); |
265 | KAsync::Job<void> store(const KIMAP2::ImapSet &set, const QList<QByteArray> &flags); | 266 | KAsync::Job<void> store(const KIMAP2::ImapSet &set, const QList<QByteArray> &flags); |
266 | KAsync::Job<void> storeFlags(const KIMAP2::ImapSet &set, const QList<QByteArray> &flags); | 267 | KAsync::Job<void> storeFlags(const KIMAP2::ImapSet &set, const QList<QByteArray> &flags); |