etlegacy-libs/curl/tests/data/test810

44 lines
511 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
SEARCH
2012-06-01 15:23:17 +00:00
</keywords>
</info>
#
# Server-side
<reply>
2016-09-16 04:29:17 +00:00
<data>
* SEARCH 1 123 456 810
</data>
2012-06-01 15:23:17 +00:00
</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 SEARCH for NEW messages
2012-06-01 15:23:17 +00:00
</name>
<command>
2016-09-16 04:29:17 +00:00
imap://%HOSTIP:%IMAPPORT/810?NEW -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 810
A004 SEARCH NEW
A005 LOGOUT
2012-06-01 15:23:17 +00:00
</protocol>
</verify>
</testcase>