b0d0e3dc4552c02ddd8bfccc3a09e896bd085769
[platform/upstream/curl.git] / tests / data / test850
1 <testcase>
2 <info>
3 <keywords>
4 POP3
5 RETR
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 <data>
13 From: me@somewhere\r
14 To: fake@nowhere\r
15 \r
16 body\r
17 \r
18 --\r
19   yours sincerely\r
20 </data>
21 </reply>
22
23 #
24 # Client-side
25 <client>
26 <server>
27 pop3
28 </server>
29  <name>
30 POP3 RETR
31  </name>
32  <command>
33 pop3://%HOSTIP:%POP3PORT/850 -u user:secret
34 </command>
35 </client>
36
37 #
38 # Verify data after the test has been "shot"
39 <verify>
40 <protocol>
41 CAPA\r
42 USER user\r
43 PASS secret\r
44 RETR 850\r
45 QUIT\r
46 </protocol>
47 </verify>
48 </testcase>