1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

KNOWN_BUGS: AUTH PLAIN for SMTP is not working on all servers

Closes #4080
This commit is contained in:
Daniel Stenberg 2020-01-09 16:19:34 +01:00
parent 3b75084ce6
commit 446665606c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -37,6 +37,7 @@ problems may have been fixed or changed somewhat since this was written!
3.2 No disconnect command
3.3 SMTP to multiple recipients
3.4 POP3 expects "CRLF.CRLF" eob for some single-line responses
3.5 AUTH PLAIN for SMTP is not working on all servers
4. Command line
4.1 -J and -O with %-encoded file names
@ -289,6 +290,12 @@ problems may have been fixed or changed somewhat since this was written!
response commands. Please see the POP3 examples and test cases which show
this for the NOOP and DELE commands. https://curl.haxx.se/bug/?i=740
3.5 AUTH PLAIN for SMTP is not working on all servers
Specifying "--login-options AUTH=PLAIN" on the command line doesn't seem to
work correctly.
See https://github.com/curl/curl/issues/4080
4. Command line