etlegacy-libs/curl/tests/data/test803

46 lines
584 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
SELECT
UIDVALIDITY
FAILURE
2012-06-01 15:23:17 +00:00
</keywords>
</info>
#
# Server-side
<reply>
</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 SELECT UIDVALIDITY Failure
2012-06-01 15:23:17 +00:00
</name>
<command>
2016-09-16 04:29:17 +00:00
'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;UID=123' -u user:secret
2012-06-01 15:23:17 +00:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
2016-09-16 04:29:17 +00:00
# CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
<errorcode>
78
</errorcode>
2012-06-01 15:23:17 +00:00
<protocol>
2016-09-16 04:29:17 +00:00
A001 CAPABILITY
A002 LOGIN user secret
A003 SELECT 803
A004 LOGOUT
2012-06-01 15:23:17 +00:00
</protocol>
</verify>
</testcase>