diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-08-30 18:56:56 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-08-30 18:56:56 +0100 |
commit | 75b52f9dcc19f9e001d56b95a67ef461ec9c15d5 (patch) | |
tree | 42a90acba9570bd3e555ec6c2755b60766736f3d /tests/data/test812 | |
parent | 221825aebfde4d69ae501ce4d0e25df881c17cab (diff) |
tests: Added tests for IMAP CREATE, DELETE and RENAME commands
Diffstat (limited to 'tests/data/test812')
-rw-r--r-- | tests/data/test812 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/data/test812 b/tests/data/test812 new file mode 100644 index 000000000..586ed759b --- /dev/null +++ b/tests/data/test812 @@ -0,0 +1,39 @@ +<testcase> +<info> +<keywords> +IMAP +DELETE +CUSTOMREQUEST +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +imap +</server> + <name> +IMAP DELETE Mailbox (CUSTOMREQUEST) + </name> + <command> +imap://%HOSTIP:%IMAPPORT -u user:secret -X 'DELETE 812' +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +A001 CAPABILITY
+A002 LOGIN user secret
+A003 DELETE 812
+A004 LOGOUT
+</protocol> +</verify> +</testcase> |