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