[twsocket] Fixed version of HttpProt (authentication)

2005-05-08 Thread Francois PIETTE
Maurizio Lotauro worked hard on the authentication routines into HTTP client component. His work is ready for testing. You can download it from ICS download page. Here are some of his words: > Hello Francois, > > attached you found the result of two weeks of hard work. > It was very complicated b

[twsocket] TWSocketServer demo

2005-05-08 Thread Malcolm Clark
I'm floundering. Does anyone have a simple demo program demonstrating the use of TWSocketServer? Apologies if one exists as part of the release, but I can't find it:-( TIA Malcolm -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listin

Re: [twsocket] TWSocketServer demo

2005-05-08 Thread Francois PIETTE
> I'm floundering. Does anyone have a simple demo program demonstrating > the use of TWSocketServer? Apologies if one exists as part of the > release, but I can't find it:-( There are several... I suggest you use Delphi "Find in Files" to locate all source code that contains TWSocketServer. -- [EM

[twsocket] Datetime in mail headers

2005-05-08 Thread Wilfried Mestdagh
Hello, If I examen email headers datetime like this example: Received: (qmail 31614 invoked from network); 6 May 2005 08:41:49 - Date: Fri, 6 May 2005 10:41:42 +0200 it is always in english (I mean the day and month). I need to make email headers but using the "normal" DateTimeToStr function

Re: [twsocket] Datetime in mail headers

2005-05-08 Thread Francois PIETTE
There are global variables in Delphi runtime you can change. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 8:28 PM Subject: [twsocket] Datetime in mail headers > Hello, > > If I examen emai

Re[2]: [twsocket] Datetime in mail headers

2005-05-08 Thread Wilfried Mestdagh
Hello Francois, Do you means the SysLocale global ? I'm not sure if I know how to set it. Can you advice ? --- Rgds, Wilfried http://www.mestdagh.biz Sunday, May 8, 2005, 20:46, Francois PIETTE wrote: > There are global variables in Delphi runtime you can change. > -- > [EMAIL PROTECTED] > http

Re: [twsocket] Datetime in mail headers

2005-05-08 Thread Arno Garrels
Hello Wilfried, > If I examen email headers datetime like this example: > > Received: (qmail 31614 invoked from network); 6 May 2005 08:41:49 - > Date: Fri, 6 May 2005 10:41:42 +0200 > > it is always in english (I mean the day and month). Yes, at least I haven't seen anything else, take a

[twsocket] Post files using HttpCli

2005-05-08 Thread David A. G.
Hello all: I'm trying to upload files using HttpCli. What would be the correct "Content-Type" into multipart frame if I upload Binary files? (see "<*<**>*>" bellow) Host: http://www.abc.com/test.asp POST method Content-Type: multipart/form-data; boundary=---7d57d7c03b6 Ac