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

2005-05-16 Thread Wilfried Mestdagh
Hello Maurizio, > Why you don't use the Rfc822DateTime that is in SmtpProt.pas? Did not tought on it that it was in there :( --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsock

Re: [twsocket] Datetime in mail headers

2005-05-15 Thread Maurizio Lotauro
On 08-May-05 19:28:37 Wilfried Mestdagh wrote: >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

Re: [twsocket] Datetime in mail headers

2005-05-13 Thread Piotr Hellrayzer Dałek
Hello! > Hello Piotr, >> If you're using US-ASCII, consider using Content-Transfer-Encoding: 7bit. > Yes at the moment. But later there will be mails with French and maybe > German characters in it. So I assume I need the: >'Content-Transfer-Encoding: quoted-printable' > Am I right

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

2005-05-11 Thread Wilfried Mestdagh
Hello Piotr, > If you're using US-ASCII, consider using Content-Transfer-Encoding: 7bit. Yes at the moment. But later there will be mails with French and maybe German characters in it. So I assume I need the: 'Content-Transfer-Encoding: quoted-printable' Am I right here ? --- Rgds,

Re: [twsocket] Datetime in mail headers

2005-05-11 Thread Piotr Hellrayzer Dałek
Hello! > Do I need the MIME-Version, Content-Type and Content-Transfer-Encoding > also or can it be left out ? There will be only plain text and never an > attach. AFAIR if you won't put them in header, the default values should be assumed (respectively: 1.0, text/plain; charset="US-ASCII", 7bit)

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

2005-05-10 Thread Guillaume MAISON
Hi Wilfried, well according to the mail reader i'm using (Pegasus Mail) the "shortest" information list displayed (in a fancy way) is made of : - From : - To : - Subject : it also has some features to display attachments or some informations when dealing with a message coming from a ML respectin

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

2005-05-09 Thread Wilfried Mestdagh
Hello Guillaume, > they're just control headers to trace > I think, if it is to show the email date, you have a 'Date' header. You right, I dont need them. Only the 'Date:' header to let display the datetime in mail reader. I want to make the headers as minimal as possible. Do I need the MIME-Ve

Re: [twsocket] Datetime in mail headers

2005-05-09 Thread Guillaume MAISON
> 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 functions, depending on the > country settings of the machine

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

2005-05-09 Thread Francois Piette
ailing" Sent: Sunday, May 08, 2005 9:03 PM Subject: Re[2]: [twsocket] Datetime in mail headers > 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.mestda

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

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

2005-05-08 Thread Wilfried Mestdagh
MAIL 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 email

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 > Hell

[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