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/test813 | |
parent | 221825aebfde4d69ae501ce4d0e25df881c17cab (diff) |
tests: Added tests for IMAP CREATE, DELETE and RENAME commands
Diffstat (limited to 'tests/data/test813')
-rw-r--r-- | tests/data/test813 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/data/test813 b/tests/data/test813 new file mode 100644 index 000000000..f157919a0 --- /dev/null +++ b/tests/data/test813 @@ -0,0 +1,39 @@ +<testcase> +<info> +<keywords> +IMAP +RENAME +CUSTOMREQUEST +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +imap +</server> + <name> +IMAP RENAME Mailbox (CUSTOMREQUEST) + </name> + <command> +imap://%HOSTIP:%IMAPPORT -u user:secret -X 'RENAME 666 813' +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +A001 CAPABILITY
+A002 LOGIN user secret
+A003 RENAME 666 813
+A004 LOGOUT
+</protocol> +</verify> +</testcase> |