From 1b96ce04b26e594005af0fea991cba5f96fe44b4 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 8 Sep 2013 08:51:37 +0100 Subject: tests: Added test for POP3 STAT command --- tests/data/test859 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tests/data/test859 (limited to 'tests/data/test859') 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 @@ + + + +POP3 +STAT +CUSTOMREQUEST + + + +# +# Server-side + + + +# +# Client-side + + +pop3 + + +POP3 STAT (CUSTOMREQUEST) + + +pop3://%HOSTIP:%POP3PORT -u user:secret -X STAT -I + + + +# +# Verify data after the test has been "shot" + + +CAPA +USER user +PASS secret +STAT +QUIT + + + -- cgit v1.2.1