diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-07 19:49:12 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-07 19:49:12 +0100 |
commit | 8a4069fb177225eae21f1afeb4b44a727aa3fc37 (patch) | |
tree | 9bd5939e8f74e41f2498714d78e3dd226830ddfb /tests/data/test858 | |
parent | 243ad539fe6e7d2c788e4c5318dd6708923265d2 (diff) |
tests: Added test for POP3 DELE command
Diffstat (limited to 'tests/data/test858')
-rw-r--r-- | tests/data/test858 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/data/test858 b/tests/data/test858 new file mode 100644 index 000000000..5634306dd --- /dev/null +++ b/tests/data/test858 @@ -0,0 +1,40 @@ +<testcase> +<info> +<keywords> +POP3 +DELE +CUSTOMREQUEST
+</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +pop3 +</server> + <name> +POP3 DELE message + </name> + <command> +pop3://%HOSTIP:%POP3PORT/858 -u user:secret -X DELE -I +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +CAPA
+USER user
+PASS secret
+DELE 858
+QUIT
+</protocol> +</verify> +</testcase> |