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