etlegacy-libs/curl/tests/data/test800

50 lines
576 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>
2019-01-03 15:09:10 +00:00
'imap://%HOSTIP:%IMAPPORT/800/;MAILINDEX=1' -u '"user:sec"ret{'
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
2018-02-04 17:52:34 +00:00
A002 LOGIN "\"user" "sec\"ret{"
2016-09-16 04:29:17 +00:00
A003 SELECT 800
A004 FETCH 1 BODY[]
A005 LOGOUT
2012-06-01 15:23:17 +00:00
</protocol>
</verify>
</testcase>