Re: Fwd: [PATCH] Add --mail-ehlo to set ehlo hostname.

2011-04-13 Thread Daniël van Eeden
On Tue, 12 Apr 2011 19:50:20 +0200 (CEST), Daniel Stenberg dan...@haxx.se wrote: On Tue, 12 Apr 2011, Daniël van Eeden wrote: Curl was using the shore hostname of my machine as EHLO hostname, not the FQDN. I also couldn't find an option to set the EHLO hostname. If specified, it uses the

Curl-library in Pocket PC 2003 (ARMV4) project using MSVC

2011-04-13 Thread H.J. Koster
Dear All, I've been busy for a while now configuring my IDE (MSVC) for libCurl. I downloaded the latest libCurl from the website ( http://curl.haxx.se/dlwiz/?type=develos=Win32flav=MSVC) --- is this the correct one? Because libCurl uses some functionality that is not available on a Win CE /

Re: Curl-library in Pocket PC 2003 (ARMV4) project using MSVC

2011-04-13 Thread Ben Noordhuis
On Wed, Apr 13, 2011 at 11:19, H.J. Koster hjkoster4...@gmail.com wrote: I've been busy for a while now configuring my IDE (MSVC) for libCurl. I downloaded the latest libCurl from the website (http://curl.haxx.se/dlwiz/?type=develos=Win32flav=MSVC) --- is this the correct one? Because

Is there a way to check which protocols are supported by libcurl on Windows.

2011-04-13 Thread 陈天舟
Hi there, On mac, it outputs an outline describing all the supported protocol after configuration. I wonder how I can get the same info on Windows. Thanks in advance! Ryan --- List admin:

Re: Is there a way to check which protocols are supported by libcurl on Windows.

2011-04-13 Thread Daniel Stenberg
On Wed, 13 Apr 2011, 陈天舟 wrote: On mac, it outputs an outline describing all the supported protocol after configuration. I wonder how I can get the same info on Windows. No, there's no configure equivalent for the most commonly used Windows builds. You _can_ of course do curl -V after it

Address change

2011-04-13 Thread Gisle Vanem
Please change my email address in some makefile.dj files: diff -u3 -Hb Git-latest/lib/makefile.dj ./lib/makefile.dj --- Git-latest/lib/makefile.dj Wed Dec 08 17:27:28 2010 +++ ./lib/makefile.dj Wed Apr 13 23:06:53 2011 @@ -1,6 +1,6 @@ # # Adapted for djgpp2 / Watt-32 / DOS by -# Gisle Vanem

Re: Fwd: [PATCH] Add --mail-ehlo to set ehlo hostname.

2011-04-13 Thread Daniel Stenberg
On Wed, 13 Apr 2011, Daniël van Eeden wrote: If specified, it uses the path path of the SMTP URL as host name: smtp://example.com/fake-host.com Maybe that behaviour should be documented in the manpage? Yes it should! I think the problem I've had is just to figure out where to document