From 632c1edd0620654e60c4f8282c5e49c6ac45e9f0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 13 Nov 2013 00:03:09 +0000 Subject: tests: Added POP3 plain authentication with initial response test --- tests/data/test871 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tests/data/test871 (limited to 'tests/data/test871') diff --git a/tests/data/test871 b/tests/data/test871 new file mode 100644 index 000000000..c24279f87 --- /dev/null +++ b/tests/data/test871 @@ -0,0 +1,54 @@ + + + +POP3 +POP3 AUTH PLAIN SASL-IR +RFC1734 +RFC4616 +RFC5034 + + + +# +# Server-side + + +AUTH PLAIN +REPLY AUTH +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +POP3 plain authentication with initial response + + +pop3://%HOSTIP:%POP3PORT/871 -u user:secret --sasl-ir + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA== +RETR 871 +QUIT + + + -- cgit v1.2.3