etlegacy-libs/curl/tests/data/test800

50 lines
556 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
<info>
<keywords>
2016-09-16 04:29:17 +00:00
IMAP
Clear Text
FETCH
2012-06-01 15:23:17 +00:00
</keywords>
</info>
#
# Server-side
<reply>
<data>
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</data>
</reply>
#
# Client-side
<client>
<server>
2016-09-16 04:29:17 +00:00
imap
2012-06-01 15:23:17 +00:00
</server>
<name>
2016-09-16 04:29:17 +00:00
IMAP FETCH message
2012-06-01 15:23:17 +00:00
</name>
<command>
2016-09-16 04:29:17 +00:00
'imap://%HOSTIP:%IMAPPORT/800/;UID=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 800
A004 FETCH 1 BODY[]
A005 LOGOUT
2012-06-01 15:23:17 +00:00
</protocol>
</verify>
</testcase>