e07c172bcba06e123642c304d0a05a5e5ef7052c
[platform/upstream/curl.git] / tests / data / test852
1 <testcase>
2 <info>
3 <keywords>
4 POP3
5 LIST
6 FAILURE
7 </keywords>
8 </info>
9
10 #
11 # Server-side
12 <reply>
13 <servercmd>
14 REPLY LIST -ERR no such message
15 </servercmd>
16 </reply>
17
18 #
19 # Client-side
20 <client>
21 <server>
22 pop3
23 </server>
24  <name>
25 POP3 LIST invalid message
26  </name>
27  <command>
28 pop3://%HOSTIP:%POP3PORT/852 -l -u user:secret
29 </command>
30 </client>
31
32 #
33 # Verify data after the test has been "shot"
34 <verify>
35 <errorcode>
36 56
37 </errorcode>
38 <protocol>
39 CAPA\r
40 USER user\r
41 PASS secret\r
42 LIST 852\r
43 QUIT\r
44 </protocol>
45 </verify>
46 </testcase>