Re: [twsocket] Fw: TFtpCli

2006-12-22 Thread Fastream Technologies
Hello, This is a bug in BCB: make sure you/he deletes the references to BCBSMP in the project file using Notepad and he must save the file using ANSI encoding not Turkish/Russian/Chinese Best Regards, SZ On 12/21/06, Arno Garrels <[EMAIL PROTECTED]> wrote: > > - Original Message - >

Re: [twsocket] TSmtpCli encoding (was: Freeze when using smtp afterrecreating itsparentform)

2006-12-22 Thread Henrik
Ok, so if I want to be sure that Swedish e-mails looks the same when they arrive to the recipient regardless of what language is used on the recipients computer I should encode the text message with QuotedPrintable? And this is done by setting the following properties? SmtpCli1.Allow8bitChars :

[twsocket] TSmtpCli encoding (was: Freeze when using smtp after recreating itsparentform)

2006-12-22 Thread Arno Garrels
Bjørnar Nielsen wrote: > I'm not sure, but I think the body of the email is automaticly > encoded to > quoted printable (the plain text part), I think others in this list > knows In TSmtpCli it depends on properties DefaultEncoding as well as on Allow8bitChars. - Allow8bitChars: Default=TRUE, h

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-22 Thread Henrik
Thank You Bjørnar! God Jul! // Henrik -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Bjørnar Nielsen Skickat: den 21 december 2006 17:54 Till: 'ICS support mailing' Ämne: Re: [twsocket] Freeze when using smtp after recreating itsparentform I'm not sure,

Re: [twsocket] TSmtpCli encoding (was: Freeze when using smtpafterrecreating itsparentform)

2006-12-22 Thread Arno Garrels
Henrik wrote: > Ok, so if I want to be sure that Swedish e-mails looks the same when > they > arrive to the recipient regardless of what language is used on the > recipients computer I should encode the text message with > QuotedPrintable? That won't work, since TSmtpCli does not convert strings

Re: [twsocket] TSmtpCli encoding (was: Freeze when usingsmtpafterrecreating itsparentform)

2006-12-22 Thread Arno Garrels
Bjørnar Nielsen wrote: > I use the same component and send norwegian, swedish and even chinese > chars > in the subject (but Outlook can't show chinese in the subject on my > computer). > > Use Quoted printable or Base64 to encode special chars. Example for > Base64 > could be like this (C++): >