Re: [twsocket] TSyncSmtpCli and hotmail

2008-09-22 Thread Francois PIETTE
> Is it possible to send outgoing mail through hotmail.com using > TSyncSmtpCli? If hotmail support SMTP, then yes. Otherwise, no. -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- T

[twsocket] TSyncSmtpCli and hotmail

2008-09-22 Thread gr
Is it possible to send outgoing mail through hotmail.com using TSyncSmtpCli? - This mail sent through IMP: http://horde.org/imp/ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/

Re: [twsocket] Early web server response

2008-09-22 Thread Maurizio Lotauro
Scrive DZ-Jay <[EMAIL PROTECTED]>: [...] I'll answer asap (probably this night). > In any case, I'll see if I can do some experiments with IE and Tomcat > and let you know what I find. Please wait, I asked to our server admin to prepare a test environment public available (I need it for myself

Re: [twsocket] Early web server response [OT]

2008-09-22 Thread Hoby Smith
>> DZ-Jay said... >> coercing HTTP as the de facto standard protocol for all communications in the Internet (as a lot of people are trying to make it) is stupid. There are better transfer protocols out there. Preach it! The Commodore 64 implemented better protocols... ;) >> But this is a ran

Re: [twsocket] Early web server response

2008-09-22 Thread DZ-Jay
On Sep 21, 2008, at 18:53, Maurizio Lotauro wrote: > HTTP is stateless, but this has nothing to do with keeping the > connection open. > I don't think that a browser reopen the connection for every part that > compose a > web page. > And I don't think also that you close and reopen the connection

Re: [twsocket] TWSocket Digest, Vol 287, Issue 11

2008-09-22 Thread John Grabner
>Date: Sun, 21 Sep 2008 10:32:35 +0200 >From: "Francois PIETTE" <[EMAIL PROTECTED]> >Subject: Re: [twsocket] Updating to C++Buulder2009 >To: "ICS support mailing" >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=original > > > >

Re: [twsocket] GpHTTPProxy doesn't work correctly

2008-09-22 Thread S.Korotky
Hello, Primoz! I think the modified code can not solve the problem on its own, without further modifications. The reason for this is that ProcessHeader procedure is called from ReceivedFromClient if and only if Client.GotHeader is false, but it is set to true after the very first invocation of th