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