test891 (593B)
1 <testcase> 2 <info> 3 <keywords> 4 POP3 5 </keywords> 6 </info> 7 8 # 9 # Server-side 10 <reply> 11 <servercmd> 12 AUTH CRAM-MD5 13 REPLYLF AUTH + 14 </servercmd> 15 </reply> 16 17 # 18 # Client-side 19 <client> 20 <server> 21 pop3 22 </server> 23 <features> 24 crypto 25 digest 26 </features> 27 <name> 28 POP3 with short authentication response 29 </name> 30 <command> 31 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret 32 </command> 33 </client> 34 35 # 36 # Verify data after the test has been "shot" 37 <verify> 38 <protocol> 39 CAPA 40 AUTH CRAM-MD5 41 dXNlciA1YzhkYjAzZjA0Y2VjMGY0M2JjYjA2MDAyMzkxNDE5MA== 42 </protocol> 43 # CURLE_LOGIN_DENIED 44 <errorcode> 45 67 46 </errorcode> 47 </verify> 48 </testcase>