diff options
Diffstat (limited to 'tests/data/test841')
-rw-r--r-- | tests/data/test841 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/tests/data/test841 b/tests/data/test841 new file mode 100644 index 000000000..839bfe3d0 --- /dev/null +++ b/tests/data/test841 @@ -0,0 +1,51 @@ +<testcase> +<info> +<keywords> +IMAP +Clear Text +FETCH +CUSTOMREQUEST +</keywords> +</info> + +# +# Server-side +<reply> +<data> +body
+
++ Curl did not used to like this line
+--
+ yours sincerely
+</data> +<datacheck> +* 123 FETCH (BODY[1] {70}
+</datacheck> +</reply> + +# +# Client-side +<client> +<server> +imap +</server> + <name> +IMAP custom request doesn't check continuation data + </name> + <command> + imap://%HOSTIP:%IMAPPORT/841/ -u user:secret -X 'FETCH 123 BODY[1]' +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +A001 CAPABILITY
+A002 LOGIN user secret
+A003 SELECT 841
+A004 FETCH 123 BODY[1]
+A005 LOGOUT
+</protocol> +</verify> +</testcase> |