1<testcase>
2<info>
3<keywords>
4POP3
5UIDL
6CUSTOMREQUEST
7RFC2449
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14<servercmd>
15CAPA UIDL USER
16</servercmd>
17# When doing UIDL, we get the default list output hard-coded in the test
18# POP3 server
19<datacheck>
201 1
212 2
223 4
23</datacheck>
24</reply>
25
26#
27# Client-side
28<client>
29<server>
30pop3
31</server>
32 <name>
33POP3 UIDL (CUSTOMREQUEST)
34 </name>
35 <command>
36pop3://%HOSTIP:%POP3PORT -u user:secret -X UIDL
37</command>
38</client>
39
40#
41# Verify data after the test has been "shot"
42<verify>
43<protocol>
44CAPA
45USER user
46PASS secret
47UIDL
48QUIT
49</protocol>
50</verify>
51</testcase>
52