diff options
author | Yang Tse <yangsita@gmail.com> | 2012-05-30 17:39:14 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-05-30 17:39:14 +0200 |
commit | b420f60a06c3910b2f36770f20559c2c4ec1548f (patch) | |
tree | 48ada3b673d8323c4ead59fcd8662064419d6e3f /tests/data/test1407 | |
parent | 7291c1f5654b1c433177207bfa7e21bb30fe5a50 (diff) |
pop3 test server: allow pop3 test server verification to succeed again
Introduce SUPPORTCAPA and SUPPORTAUTH config commands to allow further
pop3 test server expansion for tests that require CAPA or AUTH support,
although this will need some extra work to make it fully functional.
Diffstat (limited to 'tests/data/test1407')
-rw-r--r-- | tests/data/test1407 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1407 b/tests/data/test1407 index 0b40a4732..a8d911e0d 100644 --- a/tests/data/test1407 +++ b/tests/data/test1407 @@ -34,6 +34,7 @@ pop3://%HOSTIP:%POP3PORT/1407 -l -u user:secret --libcurl log/test1407.c # Verify data after the test has been "shot" <verify> <protocol> +AUTH
USER user
PASS secret
LIST 1407
|