From eb6314260de22f4535e512079217c39e7570d18c Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 8 Sep 2013 23:08:21 +0100 Subject: tests: Added test for POP3 TOP command --- tests/data/test862 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tests/data/test862 (limited to 'tests/data/test862') diff --git a/tests/data/test862 b/tests/data/test862 new file mode 100644 index 000000000..debba4df7 --- /dev/null +++ b/tests/data/test862 @@ -0,0 +1,48 @@ + + + +POP3 +TOP +CUSTOMREQUEST + + + +# +# Server-side + + +CAPA TOP USER + + +From: me@somewhere +To: fake@nowhere + + + + +# +# Client-side + + +pop3 + + +POP3 retrieve message header (CUSTOMREQUEST) + + +pop3://%HOSTIP:%POP3PORT -u user:secret -X 'TOP 862 0' + + + +# +# Verify data after the test has been "shot" + + +CAPA +USER user +PASS secret +TOP 862 0 +QUIT + + + -- cgit v1.2.3