diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-11-03 20:34:35 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-11-03 20:37:34 +0000 |
commit | 63cac69c2aa5e4b5761f8467b86e764030730c84 (patch) | |
tree | 0e0aee13d7cf36e2479f739522444408edd0f362 /tests/data/test816 | |
parent | f77d9b65846e3d048cf6d0e08f4c5f2ccf9e8763 (diff) |
tests: Added tests for IMAP CLOSE and EXPUNGE commands
Diffstat (limited to 'tests/data/test816')
-rw-r--r-- | tests/data/test816 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/tests/data/test816 b/tests/data/test816 new file mode 100644 index 000000000..a5ff2b3c0 --- /dev/null +++ b/tests/data/test816 @@ -0,0 +1,48 @@ +<testcase> +<info> +<keywords> +IMAP +STORE +EXPUNGE
+CUSTOMREQUEST +</keywords> +</info> + +# +# Server-side +<reply> +<data1> +* 123 FETCH (FLAGS (\Seen \Deleted))
+</data1> +<data2>
+* 123 EXPUNGE
+</data2>
+</reply> + +# +# Client-side +<client> +<server> +imap +</server> + <name> +IMAP delete message with confirmation (CUSTOMREQUEST) + </name> + <command> +imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -Q -EXPUNGE -u user:secret +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +A001 CAPABILITY
+A002 LOGIN user secret
+A003 SELECT 816
+A004 STORE 123 +Flags \Deleted
+A005 EXPUNGE
+A006 LOGOUT
+</protocol> +</verify> +</testcase> |