mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:43:39 +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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue