8d653aba4be54e00fe0eedf9bee40a8eab632289
[platform/upstream/curl.git] / tests / data / test814
1 <testcase>
2 <info>
3 <keywords>
4 IMAP
5 CHECK
6 CUSTOMREQUEST
7 </keywords>
8 </info>
9
10 #
11 # Server-side
12 <reply>
13 </reply>
14
15 #
16 # Client-side
17 <client>
18 <server>
19 imap
20 </server>
21  <name>
22 IMAP CHECK mailbox (CUSTOMREQUEST)
23  </name>
24  <command>
25 imap://%HOSTIP:%IMAPPORT/814 -u user:secret -X 'CHECK'
26 </command>
27 </client>
28
29 #
30 # Verify data after the test has been "shot"
31 <verify>
32 <protocol>
33 A001 CAPABILITY\r
34 A002 LOGIN user secret\r
35 A003 SELECT 814\r
36 A004 CHECK\r
37 A005 LOGOUT\r
38 </protocol>
39 </verify>
40 </testcase>