diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-11-13 00:03:09 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-11-13 00:07:02 +0000 |
commit | 632c1edd0620654e60c4f8282c5e49c6ac45e9f0 (patch) | |
tree | 1fc74e999d18b94138135566e04b4c4c98957d61 /tests/data/test871 | |
parent | 434bc092637f3b949ce4167d3ae424e5b35eeebb (diff) |
tests: Added POP3 plain authentication with initial response test
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> |