blob: 8b53c75afce76fe333b9347d75211e40f23630f9 [file] [log] [blame]
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
IMAP
Clear Text
SEARCH
</keywords>
</info>
# Server-side
<reply>
<data crlf="yes">
* SEARCH 1 123 456 %TESTNUMBER
</data>
</reply>
# Client-side
<client>
<server>
imap
</server>
<name>
IMAP SEARCH for NEW messages
</name>
<command>
imap://%HOSTIP:%IMAPPORT/%TESTNUMBER?NEW -u user:secret
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
A001 CAPABILITY
A002 LOGIN user secret
A003 SELECT %TESTNUMBER
A004 SEARCH NEW
A005 LOGOUT
</protocol>
</verify>
</testcase>