- 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:
Patrick Monnerat 2010-02-22 12:41:02 +00:00
parent 2abcd132f8
commit 338553eda3
7 changed files with 147 additions and 17 deletions

View file

@ -7,3 +7,4 @@
564
802
803
804