summaryrefslogtreecommitdiff
path: root/tests/data/test841
blob: 839bfe3d0940a1770d83c887ee9d493eaa06b590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<testcase>
<info>
<keywords>
IMAP
Clear Text
FETCH
CUSTOMREQUEST
</keywords>
</info>

#
# Server-side
<reply>
<data>
body

+ Curl did not used to like this line
--
  yours sincerely
</data>
<datacheck>
* 123 FETCH (BODY[1] {70}
</datacheck>
</reply>

#
# Client-side
<client>
<server>
imap
</server>
 <name>
IMAP custom request doesn't check continuation data
 </name>
 <command>
 imap://%HOSTIP:%IMAPPORT/841/ -u user:secret -X 'FETCH 123 BODY[1]'
</command>
</client>

#
# Verify data after the test has been "shot"
<verify>
<protocol>
A001 CAPABILITY
A002 LOGIN user secret
A003 SELECT 841
A004 FETCH 123 BODY[1]
A005 LOGOUT
</protocol>
</verify>
</testcase>