]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test808
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test808
1 <testcase>
2 <info>
3 <keywords>
4 IMAP
5 EXAMINE
6 CUSTOMREQUEST
7 </keywords>
8 </info>
9
10 #
11 # Server-side
12 <reply>
13 <data>
14 * 17 EXISTS\r
15 * 2 RECENT\r
16 * OK [UNSEEN 8] Message 8 is first unseen\r
17 * OK [UIDVALIDITY 3857529045] UIDs valid\r
18 * OK [UIDNEXT 4392] Predicted next UID\r
19 * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)\r
20 * OK [PERMANENTFLAGS ()] No permanent flags permitted\r
21 </data>
22 </reply>
23
24 #
25 # Client-side
26 <client>
27 <server>
28 imap
29 </server>
30  <name>
31 IMAP EXAMINE (CUSTOMREQUEST)
32  </name>
33  <command>
34 'imap://%HOSTIP:%IMAPPORT' -u user:secret -X 'EXAMINE 808'
35 </command>
36 </client>
37
38 #
39 # Verify data after the test has been "shot"
40 <verify>
41 <protocol>
42 A001 CAPABILITY\r
43 A002 LOGIN user secret\r
44 A003 EXAMINE 808\r
45 A004 LOGOUT\r
46 </protocol>
47 </verify>
48 </testcase>