1<testcase>
2<info>
3<keywords>
4POP3
5LIST
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12# When doing LIST, we get the default list output hard-coded in the test
13# POP3 server
14<datacheck>
151 100
162 4294967400
174 200
18</datacheck>
19</reply>
20
21#
22# Client-side
23<client>
24<server>
25pop3
26</server>
27 <name>
28POP3 LIST messages
29 </name>
30 <command>
31pop3://%HOSTIP:%POP3PORT/ -u user:secret
32</command>
33</client>
34
35#
36# Verify data after the test has been "shot"
37<verify>
38<protocol>
39USER user
40PASS secret
41LIST
42QUIT
43</protocol>
44</verify>
45</testcase>
46