diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-10-19 12:31:55 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-10-19 12:31:55 +0100 |
commit | 9b1eb2b421b4da811c186610fdaaa1354006af06 (patch) | |
tree | f7759dc81bd1bea3c7e99352a16b8a2b5d0952cb /tests/data/test865 | |
parent | 1034aa6680ba7dd88306fee036c1e543d8026543 (diff) | |
download | curl-9b1eb2b421b4da811c186610fdaaa1354006af06.tar.gz |
tests: Added POP3 plain authentication test
Diffstat (limited to 'tests/data/test865')
-rw-r--r-- | tests/data/test865 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/data/test865 b/tests/data/test865 new file mode 100644 index 000000000..ac8bb8d54 --- /dev/null +++ b/tests/data/test865 @@ -0,0 +1,56 @@ +<testcase> +<info> +<keywords> +POP3 +POP3 AUTH PLAIN +RFC1734 +RFC4616 +RFC5034 +</keywords> +</info> + +# +# Server-side +<reply> +<servercmd> +AUTH PLAIN +REPLY AUTH + +REPLY dXNlcgB1c2VyAHNlY3JldA== +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 + </name> + <command> +pop3://%HOSTIP:%POP3PORT/865 -u user:secret +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +CAPA
+AUTH PLAIN
+dXNlcgB1c2VyAHNlY3JldA==
+RETR 865
+QUIT
+</protocol> +</verify> +</testcase> |