diff options
Diffstat (limited to 'tests/data/test871')
-rw-r--r-- | tests/data/test871 | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/tests/data/test871 b/tests/data/test871 new file mode 100644 index 000000000..c24279f87 --- /dev/null +++ b/tests/data/test871 @@ -0,0 +1,54 @@ +<testcase> +<info> +<keywords> +POP3 +POP3 AUTH PLAIN SASL-IR +RFC1734 +RFC4616 +RFC5034 +</keywords> +</info> + +# +# Server-side +<reply> +<servercmd> +AUTH PLAIN +REPLY AUTH +OK Login successful +</servercmd> +<data> +From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
+</data> +</reply> + +# +# Client-side +<client> +<server> +pop3 +</server> + <name> +POP3 plain authentication with initial response + </name> + <command> +pop3://%HOSTIP:%POP3PORT/871 -u user:secret --sasl-ir +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +CAPA
+AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
+RETR 871
+QUIT
+</protocol> +</verify> +</testcase> |