aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test803
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test803')
-rw-r--r--tests/data/test80351
1 files changed, 16 insertions, 35 deletions
diff --git a/tests/data/test803 b/tests/data/test803
index 24ff0d00..5b8cc9eb 100644
--- a/tests/data/test803
+++ b/tests/data/test803
@@ -1,7 +1,11 @@
<testcase>
<info>
<keywords>
-SMTP
+IMAP
+Clear Text
+SELECT
+UIDVALIDITY
+FAILURE
</keywords>
</info>
@@ -14,51 +18,28 @@ SMTP
# Client-side
<client>
<server>
-smtp
+imap
</server>
<name>
-SMTP with CRLF-dot-CRLF in data
+IMAP SELECT UIDVALIDITY Failure
</name>
-<stdin>
-From: different
-To: another
-
-
-.
-.
-
-.
-
-body
-</stdin>
<command>
-smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T -
+'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;UID=123' -u user:secret
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
+# CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
+<errorcode>
+78
+</errorcode>
<protocol>
-EHLO user
-MAIL FROM:803@from
-RCPT TO:<803@foo>
-DATA
-QUIT
+A001 CAPABILITY
+A002 LOGIN user secret
+A003 SELECT 803
+A004 LOGOUT
</protocol>
-<upload>
-From: different
-To: another
-
-
-..
-..
-
-..
-
-body
-
-.
-</upload>
</verify>
</testcase>