aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test859
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-09-08 08:51:37 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-09-08 08:52:53 +0100
commit1b96ce04b26e594005af0fea991cba5f96fe44b4 (patch)
tree040b1010514e7a61f2983f869b08f2ecca1549b6 /tests/data/test859
parentf851df88fbd39e7ab8de0ffd51d568a461ab01c7 (diff)
tests: Added test for POP3 STAT command
Diffstat (limited to 'tests/data/test859')
-rw-r--r--tests/data/test85940
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>