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