tizen 2.3.1 release
[external/curl.git] / tests / data / test818
1 <testcase>
2 <info>
3 <keywords>
4 IMAP
5 Clear Text
6 NOOP
7 CUSTOMREQUEST
8 </keywords>
9 </info>
10
11 #
12 # Server-side
13 <reply>
14 <data>
15 * 22 EXPUNGE\r
16 * 23 EXISTS\r
17 * 3 RECENT\r
18 * 14 FETCH (FLAGS (\Seen \Deleted))\r
19 </data>
20 </reply>
21
22 #
23 # Client-side
24 <client>
25 <server>
26 imap
27 </server>
28  <name>
29 IMAP NOOP (CUSTOMREQUEST)
30  </name>
31  <command>
32 imap://%HOSTIP:%IMAPPORT -X NOOP -u user:secret
33 </command>
34 </client>
35
36 #
37 # Verify data after the test has been "shot"
38 <verify>
39 <protocol>
40 A001 CAPABILITY\r
41 A002 LOGIN user secret\r
42 A003 NOOP\r
43 A004 LOGOUT\r
44 </protocol>
45 </verify>
46 </testcase>