Git init
[external/curl.git] / tests / data / test800
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
14 To: fake@nowhere
15
16 body
17
18 --
19   yours sincerely
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/800 -u user:secret
34 </command>
35 </client>
36
37 #
38 # Verify data after the test has been "shot"
39 <verify>
40 <protocol>
41 USER user\r
42 PASS secret\r
43 RETR 800\r
44 QUIT\r
45 </protocol>
46 </verify>
47 </testcase>