diff options
Diffstat (limited to 'tests/data/test859')
-rw-r--r-- | tests/data/test859 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/data/test859 b/tests/data/test859 new file mode 100644 index 000000000..f038b5c68 --- /dev/null +++ b/tests/data/test859 @@ -0,0 +1,40 @@ +<testcase> +<info> +<keywords> +POP3 +STAT +CUSTOMREQUEST
+</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +pop3 +</server> + <name> +POP3 STAT (CUSTOMREQUEST) + </name> + <command> +pop3://%HOSTIP:%POP3PORT -u user:secret -X STAT -I +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +CAPA
+USER user
+PASS secret
+STAT
+QUIT
+</protocol> +</verify> +</testcase> |