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