xref: /curl/tests/data/test884 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4POP3
5SASL
6SASL AUTH EXTERNAL
7RFC1734
8RFC4422
9RFC5034
10</keywords>
11</info>
12
13#
14# Server-side
15<reply>
16<servercmd>
17AUTH EXTERNAL
18REPLY AUTH +
19REPLY = +OK Login successful
20</servercmd>
21<data>
22From: me@somewhere
23To: fake@nowhere
24
25body
26
27--
28  yours sincerely
29</data>
30</reply>
31
32#
33# Client-side
34<client>
35<server>
36pop3
37</server>
38<name>
39POP3 external authentication without credentials
40</name>
41<command>
42'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/%TESTNUMBER'
43</command>
44</client>
45
46#
47# Verify data after the test has been "shot"
48<verify>
49<protocol>
50CAPA
51AUTH EXTERNAL
52=
53RETR %TESTNUMBER
54QUIT
55</protocol>
56</verify>
57</testcase>
58