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