diff options
Diffstat (limited to 'tests/data/test838')
-rw-r--r-- | tests/data/test838 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/data/test838 b/tests/data/test838 new file mode 100644 index 000000000..da2d28d05 --- /dev/null +++ b/tests/data/test838 @@ -0,0 +1,56 @@ +<testcase> +<info> +<keywords> +IMAP +SASL +SASL AUTH EXTERNAL +RFC4422 +</keywords> +</info> + +# +# Server-side +<reply> +<servercmd> +AUTH EXTERNAL +REPLY AUTHENTICATE + +REPLY = A002 OK AUTHENTICATE completed +</servercmd> +<data> +From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
+</data> +</reply> + +# +# Client-side +<client> +<server> +imap +</server> + <name> +IMAP external authentication without credentials + </name> + <command> +'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/838/;UID=1' +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +A001 CAPABILITY
+A002 AUTHENTICATE EXTERNAL
+=
+A003 SELECT 838
+A004 FETCH 1 BODY[]
+A005 LOGOUT
+</protocol> +</verify> +</testcase> |