diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-10-26 13:44:31 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-10-26 13:50:08 +0100 |
commit | e4670a102921ca6b97f1948125f4adf44bdc6719 (patch) | |
tree | fc0ff3458a5e185230a6cba4d540583ea140ab49 /tests/data/test904 | |
parent | 1f0e50f2b98f7ac6e4e3a5a59aef5db05b10e6db (diff) |
tests: Tidy up of SMTP and POP3 tests
Corrected line endings, RFC references and standardised on user names
and passwords used in the tests.
Diffstat (limited to 'tests/data/test904')
-rw-r--r-- | tests/data/test904 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test904 b/tests/data/test904 index dd7f53386..2c90cea97 100644 --- a/tests/data/test904 +++ b/tests/data/test904 @@ -12,9 +12,9 @@ RFC4954 <reply> <servercmd> AUTH LOGIN -REPLY AUTH 334 LOGIN supported
-REPLY dGVzdA== 334 UGFzc3dvcmQ6 -REPLY MTIzNA== 235 Authenticated +REPLY AUTH 334 LOGIN supported +REPLY dXNlcg== 334 UGFzc3dvcmQ6 +REPLY c2VjcmV0 235 Authenticated </servercmd> </reply> @@ -31,7 +31,7 @@ SMTP login authentication mail body
</stdin> <command> -smtp://%HOSTIP:%SMTPPORT/904 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 -T - +smtp://%HOSTIP:%SMTPPORT/904 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T - </command> </client> @@ -41,8 +41,8 @@ smtp://%HOSTIP:%SMTPPORT/904 --mail-rcpt recipient@example.com --mail-from sende <protocol> EHLO 904
AUTH LOGIN
-dGVzdA==
-MTIzNA==
+dXNlcg==
+c2VjcmV0
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA
|