- Feb 22, 2010
-
-
Patrick Monnerat authored
-
Patrick Monnerat authored
- 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.
-
Yang Tse authored
add header inclusion
-
Yang Tse authored
fix compiler warning
-
- Feb 21, 2010
-
-
Yang Tse authored
fix compiler warning
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 20, 2010
-
-
Daniel Stenberg authored
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now get angle bracket wrapping automatically by libcurl unless the recipient starts with an angle bracket as then the app is assumed to deal with that properly on its own.
-
Daniel Stenberg authored
full DATA has been sent, and I modified the test SMTP server to also send that response. As usual, the DONE operation that is made after a completed transfer is still not doable in a non-blocking way so this waiting for 250 is unfortunately made blockingly.
-
Daniel Stenberg authored
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
- Feb 19, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 18, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 17, 2010
-
-
Daniel Stenberg authored
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much like the res_init() resolver function offers
-
Daniel Stenberg authored
-
- Feb 16, 2010
- Feb 15, 2010
-
-
Daniel Stenberg authored
-
Yang Tse authored
fix compiler warning: conversion from "long" to "size_t" may lose sign
-
Yang Tse authored
fix compiler warning: conversion from "long" to "size_t" may lose sign
-
Daniel Stenberg authored
-
- Feb 14, 2010
- Feb 13, 2010
-
-
-
Guenter Knauf authored
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Feb 12, 2010
-
-
Daniel Stenberg authored
in the same RCPT TO line, when they should be sent in separate single commands. I updated test case 802 to verify this. - I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl tool which made it try to output it as string for the --libcurl feature which could lead to crashes.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 11, 2010
-
-
Patrick Monnerat authored
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
-
Yang Tse authored
mention last changes
-
Yang Tse authored
Steven M. Schweda updated VMS readme file
-
Yang Tse authored
Steven M. Schweda removed batch_compile.com and defines.com
-
Yang Tse authored
Steven M. Schweda fixed: VMS builder bad behavior when used in a batch job. Various ".LIS" and ".MAP" files created without being requested by a "LIST" command-line option, and in the wrong place, too. Some minor typographical changes.
-
- Feb 10, 2010
-
-
Dan Fandrich authored
-