aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/lib/folders.h
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-12-04 20:59:01 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-12-04 20:59:01 +0800
commita2391a3e1120751cf516d245226e30dcff8507b2 (patch)
tree6c7b0c06b97edbc8a23a216000b4aed20f4e4d56 /camel/tests/lib/folders.h
parentbfb8c339693b75919860ade1e9affb4587445f0e (diff)
downloadgsoc2013-evolution-a2391a3e1120751cf516d245226e30dcff8507b2.tar
gsoc2013-evolution-a2391a3e1120751cf516d245226e30dcff8507b2.tar.gz
gsoc2013-evolution-a2391a3e1120751cf516d245226e30dcff8507b2.tar.bz2
gsoc2013-evolution-a2391a3e1120751cf516d245226e30dcff8507b2.tar.lz
gsoc2013-evolution-a2391a3e1120751cf516d245226e30dcff8507b2.tar.xz
gsoc2013-evolution-a2391a3e1120751cf516d245226e30dcff8507b2.tar.zst
gsoc2013-evolution-a2391a3e1120751cf516d245226e30dcff8507b2.zip
added some imap tests, tho they dont get far yet and dont
recover automatically. svn path=/trunk/; revision=6772
Diffstat (limited to 'camel/tests/lib/folders.h')
-rw-r--r--camel/tests/lib/folders.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/tests/lib/folders.h b/camel/tests/lib/folders.h
index 55c80e0872..2cb2d97028 100644
--- a/camel/tests/lib/folders.h
+++ b/camel/tests/lib/folders.h
@@ -1,4 +1,7 @@
+#include "camel/camel-session.h"
+#include "camel/camel-store.h"
+
#include <camel/camel-folder.h>
#include <camel/camel-folder-summary.h>
#include <camel/camel-mime-message.h>
@@ -11,3 +14,7 @@ void test_message_info(CamelMimeMessage *msg, const CamelMessageInfo *info);
void test_folder_message(CamelFolder *folder, const char *uid);
/* check message not present everywhere it shouldn't be */
void test_folder_not_message(CamelFolder *folder, const char *uid);
+/* test basic folder ops on a store */
+void test_folder_basic(CamelSession *session, const char *storename, int local);
+/* test basic message operations on a folder */
+void test_folder_message_ops(CamelSession *session, const char *storename, int local);