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