1<testcase>
2<info>
3<keywords>
4POP3
5LIST
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12# We use SLOWDOWN to really exercise the end-of-body parsing over multiple
13# packets
14<servercmd>
15SLOWDOWN
16</servercmd>
17# When doing LIST, we get the default list output hard-coded in the test
18# POP3 server
19<datacheck>
201 100
212 4294967400
223 200
23</datacheck>
24</reply>
25
26#
27# Client-side
28<client>
29<server>
30pop3
31</server>
32 <name>
33POP3 LIST messages from *SLOW* server
34 </name>
35 <command>
36pop3://%HOSTIP:%POP3PORT/ -u user:secret
37</command>
38</client>
39
40#
41# Verify data after the test has been "shot"
42<verify>
43<protocol>
44CAPA
45USER user
46PASS secret
47LIST
48QUIT
49</protocol>
50</verify>
51</testcase>
52