8a4d06bc28ad38c4d88e3ea8dd83eaf4e46639e1
[platform/upstream/curl.git] / tests / data / test811
1 <testcase>
2 <info>
3 <keywords>
4 IMAP
5 CREATE
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 CREATE mailbox (CUSTOMREQUEST)
23  </name>
24  <command>
25 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'CREATE 811'
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 CREATE 811\r
36 A004 LOGOUT\r
37 </protocol>
38 </verify>
39 </testcase>