tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests

This commit is contained in:
Steve Holme
2015-01-28 19:40:03 +00:00
parent e3558a551b
commit 26d4e0ad4e
5 changed files with 11 additions and 10 deletions

56
tests/data/test885 Normal file
View File

@@ -0,0 +1,56 @@
<testcase>
<info>
<keywords>
POP3
SASL
SASL AUTH EXTERNAL
SASL-IR
RFC1734
RFC4422
RFC5034
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
AUTH EXTERNAL
REPLY AUTH +OK Login successful
</servercmd>
<data>
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</data>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 external authentication with initial response
</name>
<command>
'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/885' --sasl-ir
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
CAPA
AUTH EXTERNAL dXNlcg==
RETR 885
QUIT
</protocol>
</verify>
</testcase>