diff options
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> |