diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-08-30 00:35:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-09-15 16:14:19 +0200 |
commit | 4cd598035dcc297ad3a3af16fb5eda218c018a16 (patch) | |
tree | 1f2101c284d5aa0fdcba525f64ac18c2652df10f /tests/mailsynctest.h | |
parent | 8a0a4de6c51d5ef23ae86655a63536bd8386c575 (diff) | |
download | sink-4cd598035dcc297ad3a3af16fb5eda218c018a16.tar.gz sink-4cd598035dcc297ad3a3af16fb5eda218c018a16.zip |
Flag updates
Diffstat (limited to 'tests/mailsynctest.h')
-rw-r--r-- | tests/mailsynctest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mailsynctest.h b/tests/mailsynctest.h index 31d3f03..94643f6 100644 --- a/tests/mailsynctest.h +++ b/tests/mailsynctest.h | |||
@@ -50,6 +50,7 @@ protected: | |||
50 | virtual void removeFolder(const QStringList &folderPath) = 0; | 50 | virtual void removeFolder(const QStringList &folderPath) = 0; |
51 | virtual QByteArray createMessage(const QStringList &folderPath, const QByteArray &message) = 0; | 51 | virtual QByteArray createMessage(const QStringList &folderPath, const QByteArray &message) = 0; |
52 | virtual void removeMessage(const QStringList &folderPath, const QByteArray &messageIdentifier) = 0; | 52 | virtual void removeMessage(const QStringList &folderPath, const QByteArray &messageIdentifier) = 0; |
53 | virtual void markAsImportant(const QStringList &folderPath, const QByteArray &messageIdentifier) = 0; | ||
53 | 54 | ||
54 | private slots: | 55 | private slots: |
55 | void initTestCase(); | 56 | void initTestCase(); |
@@ -66,6 +67,7 @@ private slots: | |||
66 | void testListMails(); | 67 | void testListMails(); |
67 | void testResyncMails(); | 68 | void testResyncMails(); |
68 | void testFetchNewRemovedMessages(); | 69 | void testFetchNewRemovedMessages(); |
70 | void testFlagChange(); | ||
69 | 71 | ||
70 | void testFailingSync(); | 72 | void testFailingSync(); |
71 | }; | 73 | }; |