mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03: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
5 changed files with 5 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue