diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-12 02:11:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-12 02:11:02 +0200 |
commit | 3fa1766af3fa85067d4b2d48c8410e6c201ae323 (patch) | |
tree | 5662b068088472ad7133d2b91bb0e0ffe1d9b10c /tests/mailtest.h | |
parent | ce56e7e0c973d31a900c9c467f639a344ea71bf1 (diff) | |
download | sink-3fa1766af3fa85067d4b2d48c8410e6c201ae323.tar.gz sink-3fa1766af3fa85067d4b2d48c8410e6c201ae323.zip |
Moving of mails between folders
Diffstat (limited to 'tests/mailtest.h')
-rw-r--r-- | tests/mailtest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mailtest.h b/tests/mailtest.h index 43d4f75..3ba7f63 100644 --- a/tests/mailtest.h +++ b/tests/mailtest.h | |||
@@ -64,6 +64,7 @@ private slots: | |||
64 | 64 | ||
65 | void testCreateModifyDeleteFolder(); | 65 | void testCreateModifyDeleteFolder(); |
66 | void testCreateModifyDeleteMail(); | 66 | void testCreateModifyDeleteMail(); |
67 | void testMoveMail(); | ||
67 | void testMarkMailAsRead(); | 68 | void testMarkMailAsRead(); |
68 | void testCreateDraft(); | 69 | void testCreateDraft(); |
69 | }; | 70 | }; |