]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test804
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test804
1 <testcase>
2 <info>
3 <keywords>
4 IMAP
5 SELECT
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 <data>
13 body\r
14 \r
15 --\r
16   yours sincerely\r
17 </data>
18 </reply>
19
20 #
21 # Client-side
22 <client>
23 <server>
24 imap
25 </server>
26  <name>
27 IMAP doesn't perform SELECT if re-using the same mailbox
28  </name>
29  <command>
30 -u user:secret 'imap://%HOSTIP:%IMAPPORT/804/;UID=123/;SECTION=1' 'imap://%HOSTIP:%IMAPPORT/804/;UID=456/;SECTION=2.3'
31 </command>
32 </client>
33
34 #
35 # Verify data after the test has been "shot"
36 <verify>
37 <protocol>
38 A001 CAPABILITY\r
39 A002 LOGIN user secret\r
40 A003 SELECT 804\r
41 A004 FETCH 123 BODY[1]\r
42 A005 FETCH 456 BODY[2.3]\r
43 A006 LOGOUT\r
44 </protocol>
45 </verify>
46 </testcase>