1<testcase>
2<info>
3<keywords>
4POP3
5TOP
6CUSTOMREQUEST
7RFC2449
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14<servercmd>
15CAPA TOP USER
16</servercmd>
17<data>
18From: me@somewhere
19To: fake@nowhere
20
21</data>
22</reply>
23
24#
25# Client-side
26<client>
27<server>
28pop3
29</server>
30 <name>
31POP3 retrieve message header (CUSTOMREQUEST)
32 </name>
33 <command>
34pop3://%HOSTIP:%POP3PORT -u user:secret -X 'TOP 862 0'
35</command>
36</client>
37
38#
39# Verify data after the test has been "shot"
40<verify>
41<protocol>
42CAPA
43USER user
44PASS secret
45TOP 862 0
46QUIT
47</protocol>
48</verify>
49</testcase>
50