mtollari ff770d402b Patch level : 12.0
Files correlati     : 
Commento            : Aggiornata cUrl alla ultima versione su Github: 7.56.1

git-svn-id: svn://10.65.10.50/branches/R_10_00@24203 c028cbd2-c16b-5b4b-a496-9718f37d4682
2017-11-27 14:18:45 +00:00

52 lines
673 B
Plaintext

<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>