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