mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +03:00
- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required). - Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO. - Test case 804 for HELO fallback.
This commit is contained in:
parent
2abcd132f8
commit
338553eda3
7 changed files with 147 additions and 17 deletions
|
|
@ -66,7 +66,10 @@ This document lists documents and standards used by curl.
|
|||
|
||||
RFC 2818 - HTTP Over TLS (TLS is the successor to SSL)
|
||||
|
||||
RFC 2821 - SMTP protocol
|
||||
|
||||
RFC 2964 - Use of HTTP State Management
|
||||
|
||||
RFC 2965 - HTTP State Management Mechanism. Cookies. Obsoletes RFC2109
|
||||
|
||||
RFC 3207 - SMTP over TLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue