From a1348aa23cc08d7992326842152cde9737912d34 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 10 Mar 2013 18:45:24 +0000 Subject: email-tests: Renamed the POP3 tests to be in the range 850-857 Started segregating the email protocol tests, into their own protocol based ranges, in preparation of adding more e-mail related tests to the test suite. --- tests/data/test853 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 tests/data/test853 (limited to 'tests/data/test853') diff --git a/tests/data/test853 b/tests/data/test853 new file mode 100644 index 000000000..934837f64 --- /dev/null +++ b/tests/data/test853 @@ -0,0 +1,51 @@ + + + +POP3 +LIST + + + +# +# Server-side + +# We use SLOWDOWN to really exercise the end-of-body parsing over multiple +# packets + +SLOWDOWN + +# When doing LIST, we get the default list output hard-coded in the test +# POP3 server + +1 100 +2 4294967400 +4 200 + + + +# +# Client-side + + +pop3 + + +POP3 LIST messages from *SLOW* server + + +pop3://%HOSTIP:%POP3PORT/ -u user:secret + + + +# +# Verify data after the test has been "shot" + + +CAPA +USER user +PASS secret +LIST +QUIT + + + -- cgit v1.2.3