From 1034aa6680ba7dd88306fee036c1e543d8026543 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 19 Oct 2013 12:20:00 +0100 Subject: tests: Added POP3 APOP authentication test --- tests/data/test864 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tests/data/test864 (limited to 'tests/data/test864') diff --git a/tests/data/test864 b/tests/data/test864 new file mode 100644 index 000000000..c4cb61f67 --- /dev/null +++ b/tests/data/test864 @@ -0,0 +1,53 @@ + + + +POP3 +POP3 APOP + + + +# +# Server-side + + +CAPA APOP + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +crypto + + +POP3 APOP authentication + + +pop3://%HOSTIP:%POP3PORT/864 -u user:secret + + + +# +# Verify data after the test has been "shot" + + +CAPA +APOP user 7501b4cdc224d469940e65e7b5e4d6eb +RETR 864 +QUIT + + + -- cgit v1.2.3