]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test853
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test853
1 <testcase>
2 <info>
3 <keywords>
4 POP3
5 LIST
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 # We use SLOWDOWN to really exercise the end-of-body parsing over multiple
13 # packets
14 <servercmd>
15 SLOWDOWN
16 </servercmd>
17 # When doing LIST, we get the default list output hard-coded in the test
18 # POP3 server
19 <datacheck>
20 1 100\r
21 2 4294967400\r
22 4 200\r
23 </datacheck>
24 </reply>
25
26 #
27 # Client-side
28 <client>
29 <server>
30 pop3
31 </server>
32  <name>
33 POP3 LIST messages from *SLOW* server
34  </name>
35  <command>
36 pop3://%HOSTIP:%POP3PORT/ -u user:secret
37 </command>
38 </client>
39
40 #
41 # Verify data after the test has been "shot"
42 <verify>
43 <protocol>
44 CAPA\r
45 USER user\r
46 PASS secret\r
47 LIST\r
48 QUIT\r
49 </protocol>
50 </verify>
51 </testcase>