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