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 f9b854b..86e3378 100644
--- a/examples/imapresource/imapserverproxy.h
+++ b/examples/imapresource/imapserverproxy.h
@@ -294,6 +294,7 @@ public:
294 KAsync::Job<QVector<qint64>> fetchUids(const Folder &folder); 294 KAsync::Job<QVector<qint64>> fetchUids(const Folder &folder);
295 295
296private: 296private:
297 KAsync::Job<void> getMetaData(std::function<void(const QHash<QString, QMap<QByteArray, QByteArray> > &metadata)> callback);
297 bool isGmail() const; 298 bool isGmail() const;
298 299
299 QString getNamespace(const QString &name); 300 QString getNamespace(const QString &name);