diff options
Diffstat (limited to 'tests/data/test846')
-rw-r--r-- | tests/data/test846 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/data/test846 b/tests/data/test846 new file mode 100644 index 000000000..b363ffd18 --- /dev/null +++ b/tests/data/test846 @@ -0,0 +1,50 @@ +<testcase> +<info> +<keywords> +IMAP +</keywords> +</info> + +# +# Server-side +<reply> +<servercmd> +REPLY welcome * PREAUTH ready to serve already! +REPLY CAPABILITY * CAPABILITY IMAP4REV1 I18NLEVEL=1 LITERAL+ IDLE UIDPLUS NAMESPACE CHILDREN MAILBOX-REFERRALS BINARY UNSELECT ESEARCH WITHIN SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND SASL-IR LOGIN-REFERRALS STARTTLS LOGINDISABLED\r\nA001 OK CAPABILITY completed +</servercmd> +<data> +From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
+</data> +</reply> + +# +# Client-side +<client> +<server> +imap +</server> + <name> +IMAP PREAUTH response + </name> + <command> +'imap://%HOSTIP:%IMAPPORT/846/;UID=1' -u notused:still-provided +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +A001 CAPABILITY
+A002 SELECT 846
+A003 FETCH 1 BODY[]
+A004 LOGOUT
+</protocol> +</verify> +</testcase> |