From 587811c0a67af4c935835df4bcd424910f604948 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 19 Oct 2013 12:57:25 +0100 Subject: tests: Added POP3 CRAM-MD5 authentication test --- tests/data/test867 | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tests/data/test867 (limited to 'tests/data/test867') diff --git a/tests/data/test867 b/tests/data/test867 new file mode 100644 index 000000000..639009ce1 --- /dev/null +++ b/tests/data/test867 @@ -0,0 +1,59 @@ + + + +POP3 +POP3 AUTH CRAM-MD5 +RFC1734 +RFC2195 +RFC5034 + + + +# +# Server-side + + +AUTH CRAM-MD5 +REPLY AUTH + PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+ +REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +crypto + + +POP3 CRAM-MD5 authentication + + +pop3://%HOSTIP:%POP3PORT/867 -u tim:tanstaaftanstaaf + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH CRAM-MD5 +dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw +RETR 867 +QUIT + + + -- cgit v1.2.3