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