etlegacy-libs/curl/tests/data/test801

47 lines
551 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
<info>
<keywords>
IMAP
2016-09-16 04:29:17 +00:00
Clear Text
2012-06-01 15:23:17 +00:00
FETCH
</keywords>
</info>
#
# Server-side
<reply>
<data>
2016-09-16 04:29:17 +00:00
body
--
yours sincerely
2012-06-01 15:23:17 +00:00
</data>
</reply>
#
# Client-side
<client>
<server>
imap
</server>
<name>
2016-09-16 04:29:17 +00:00
IMAP FETCH message by UID and SECTION
2012-06-01 15:23:17 +00:00
</name>
<command>
2016-09-16 04:29:17 +00:00
'imap://%HOSTIP:%IMAPPORT/801/;UID=123/;SECTION=1' -u user:secret
2012-06-01 15:23:17 +00:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
2016-09-16 04:29:17 +00:00
A001 CAPABILITY
A002 LOGIN user secret
A003 SELECT 801
A004 FETCH 123 BODY[1]
A005 LOGOUT
2012-06-01 15:23:17 +00:00
</protocol>
</verify>
</testcase>