mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
tests: Updated SMTP AUTH tests to use the new AUTH directive
...rather than specify a customised EHLO response.
This commit is contained in:
parent
b809bafb0c
commit
89d320c2fd
@ -12,7 +12,7 @@ RFC4954
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
REPLY EHLO 250 AUTH PLAIN
|
||||
AUTH PLAIN
|
||||
REPLY AUTH 334 PLAIN supported
|
||||
REPLY dGVzdAB0ZXN0ADEyMzQ= 235 Authenticated
|
||||
</servercmd>
|
||||
|
@ -11,7 +11,7 @@ RFC4954
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
REPLY EHLO 250 AUTH LOGIN
|
||||
AUTH LOGIN
|
||||
REPLY AUTH 334 LOGIN supported
|
||||
REPLY dGVzdA== 334 UGFzc3dvcmQ6
|
||||
REPLY MTIzNA== 235 Authenticated
|
||||
|
@ -12,7 +12,7 @@ RFC4954
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
REPLY EHLO 250 AUTH CRAM-MD5
|
||||
AUTH CRAM-MD5
|
||||
REPLY AUTH 334 PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+
|
||||
REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw 235 Authenticated
|
||||
</servercmd>
|
||||
|
@ -12,7 +12,7 @@ RFC4954
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
REPLY EHLO 250 AUTH PLAIN
|
||||
AUTH PLAIN
|
||||
REPLY AUTH 235 Authenticated
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
@ -11,7 +11,7 @@ RFC4954
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
REPLY EHLO 250 AUTH LOGIN
|
||||
AUTH LOGIN
|
||||
REPLY AUTH 334 UGFzc3dvcmQ6
|
||||
REPLY MTIzNA== 235 Authenticated
|
||||
</servercmd>
|
||||
|
Loading…
Reference in New Issue
Block a user