tizen 2.3.1 release
[external/curl.git] / tests / data / test857
1 <testcase>
2 <info>
3 <keywords>
4 POP3
5 Clear Text
6 RETR
7 </keywords>
8 </info>
9
10 #
11 # Server-side
12 <reply>
13 <data>
14 From: me@somewhere\r
15 To: fake@nowhere\r
16 \r
17 ..body with a single dot first\r
18 ...triple dots...\r
19 \r
20 --\r
21   yours sincerely\r
22 </data>
23 <datacheck>
24 From: me@somewhere\r
25 To: fake@nowhere\r
26 \r
27 .body with a single dot first\r
28 ..triple dots...\r
29 \r
30 --\r
31   yours sincerely\r
32 </datacheck>
33 </reply>
34
35 #
36 # Client-side
37 <client>
38 <server>
39 pop3
40 </server>
41  <name>
42 POP3 RETR message with dot-prefixed line
43  </name>
44  <command>
45 pop3://%HOSTIP:%POP3PORT/857 -u user:secret
46 </command>
47 </client>
48
49 #
50 # Verify data after the test has been "shot"
51 <verify>
52 <protocol>
53 CAPA\r
54 USER user\r
55 PASS secret\r
56 RETR 857\r
57 QUIT\r
58 </protocol>
59 </verify>
60 </testcase>