From 26d4e0ad4eff071fc9b89964338ba666092b177d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 28 Jan 2015 19:40:03 +0000 Subject: tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests --- tests/data/test883 | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 tests/data/test883 (limited to 'tests/data/test883') diff --git a/tests/data/test883 b/tests/data/test883 new file mode 100644 index 000000000..5d5a756a9 --- /dev/null +++ b/tests/data/test883 @@ -0,0 +1,57 @@ + + + +POP3 +SASL +SASL AUTH EXTERNAL +RFC1734 +RFC4422 +RFC5034 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH + +REPLY dXNlcg== +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +POP3 external authentication + + +'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/883' + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH EXTERNAL +dXNlcg== +RETR 883 +QUIT + + + -- cgit v1.2.3