xref: /curl/tests/data/test876 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4POP3
5SASL
6SASL AUTH CRAM-MD5
7SASL CANCELLATION
8RFC1734
9RFC2195
10RFC5034
11</keywords>
12</info>
13
14#
15# Server-side
16<reply>
17<servercmd>
18AUTH CRAM-MD5
19REPLY AUTH + Rubbish
20REPLY * -ERR AUTH exchange cancelled by client
21</servercmd>
22</reply>
23
24#
25# Client-side
26<client>
27<server>
28pop3
29</server>
30<features>
31crypto
32</features>
33<name>
34POP3 CRAM-MD5 graceful cancellation
35</name>
36<command>
37pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
38</command>
39</client>
40
41#
42# Verify data after the test has been "shot"
43<verify>
44# 67 - CURLE_LOGIN_DENIED
45<errorcode>
4667
47</errorcode>
48#
49# The multi interface considers a broken "CONNECT" as a prematurely broken
50# transfer and such a connection will not get a "QUIT"
51<protocol>
52CAPA
53AUTH CRAM-MD5
54*
55</protocol>
56</verify>
57</testcase>
58