From 338553eda38a7ed163f935e28461eeda6dde294f Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 22 Feb 2010 12:41:02 +0000 Subject: - 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. --- docs/RESOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/RESOURCES') diff --git a/docs/RESOURCES b/docs/RESOURCES index b8bfc2fbd..4d6465d6e 100644 --- a/docs/RESOURCES +++ b/docs/RESOURCES @@ -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 -- cgit v1.2.3