Re: [twsocket] Any BCB users out there?

2006-04-09 Thread Francois PIETTE
 I think we should make the fundamental components (FTPS/HTTPS/WSocket)
 compatible with BCB2006 concurrently as making other components v6.

By the way, see my message dated 26/03/2006 ICS-V6 almost finalized.

 If you decide to go this way, we can contribute to the conversion process 
 by money
 and work power. I cannot commit to work all by myself for you but we can
 hire people for this!

You don't need my authorization to hire people and make them working on 
ICS-V6 !

--
[EMAIL PROTECTED]
http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Mercy !!

2006-04-09 Thread Francois PIETTE
 I don't plan to support anything below Delphi 7

 I am just giving finishing touches to my application
 in delphi 5 with ICS components, after 3 months of
 work. I am heartbroken to read that you will not be
 supporting earlier versions.

You probably misunderstood. ICS-V6 will not support anything below Delphi 7. 
Of course you can still ask questions about ICS-V5 and if bugs are found, 
they will probably be fixed.

By the way, why are you still using Delphi 5 ? You should upgrade to Delphi 
2006 which is really worth an upgrade. Delphi 2006 is seriously better than 
its predecessors and has significant enhancements.

Porting Win32 code from Delphi 5 to Delphi 2006/Win32 is really easy. Just 
check that any third party component you use exists in Delphi 2006. If you 
have full source code for those component then, there is probably not much 
problem porting it yourself to Delphi 2006/Win32.

--
[EMAIL PROTECTED]
http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] THttpCli and UPnP devices

2006-04-09 Thread Francois PIETTE
 I tried this and this works great ! Thanks.

Would be very nice if you publish some finalized code. You can get an entry 
on the usermade page at ICS website.

--
[EMAIL PROTECTED]
http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Number of characters in HtmlSmtpClient.HtmlText property

2006-04-09 Thread Francois PIETTE
It is likely that some server between you and the recipent cut the line. You 
shouldn't use such long lines. SMTP/POP3 are old protocols and has always 
had some line length limitation. HTML doesn't care about line break. You can 
insert CR/LF almost everywhere a space is.
--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: Paweł (WP) [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Monday, April 03, 2006 7:47 PM
Subject: [twsocket] Number of characters in HtmlSmtpClient.HtmlText property


 Hi
 I wrote program, that sending emails in Html format. Everything works 
 great, but I found big problem.
 I use THtmlSmtpCli component.
 There is HtmlText property, which is TStrings type.
 I have got:
  HtmlSmtpClient.HtmlText:= EmailBody;

  HtmlSmtpClient.EmailImages.Clear;
  HtmlSmtpClient.EmailImages.Add(FirstImage);
  HtmlSmtpClient.EmailImages.Add(SecondImage);
  HtmlSmtpClient.Host:= SmtpServerName;
  HtmlSmtpClient.Port:= IntToStr(SmtpServerPort);
  HtmlSmtpClient.FromName:=UserName + ' '+UserEmail+'';
  HtmlSmtpClient.HdrSubject:=Topic;
 ...


 EmailBody is a TStringList variable, that store Html mail text...
 One of this EmailBody lines is very long, about 900 characters...
 The problem is that when I receive that email the text is truncuted, after 
 about 850 characters in that long line.
 So, does HtmlText property cutting long lines to specified line length? 
 Or, am I dong something wrong?

 Thanks in advance, regards!
 Paweł
 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Mercy !!

2006-04-09 Thread Dod
Hello Francois,

FP By the way, why are you still using Delphi 5 ? You should upgrade to Delphi
FP 2006 which is really worth an upgrade. Delphi 2006 is seriously better than 
FP its predecessors and has significant enhancements.

I  tested  Delphi2006...  near  to 100MB RAM usage and 1024*768 is not
enought  anymore for IDE...personnaly I'll stay using Delphi 6 as long
as  I  can,  but  of  course this is personnal feeling opinion.

But the day I must (under pressure) switch to .NET, Delphi2006 will
surely be my choice against VB.NET.

Regards.


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Mercy !!

2006-04-09 Thread Francois PIETTE
 FP By the way, why are you still using Delphi 5 ? You should upgrade to 
 Delphi
 FP 2006 which is really worth an upgrade. Delphi 2006 is seriously better 
 than
 FP its predecessors and has significant enhancements.

 I  tested  Delphi2006...  near  to 100MB RAM usage and 1024*768 is not
 enought  anymore for IDE...

Well 100MB is not much these days. Have you noticed you can load BDS2006 
with all or some of it's personalities. If you only need Delphi/Win32, then 
load only that part. Will be faster to start and use less memory.

My Toshiba laptop (nearly 3 years old) has 768MB of RAM and 1600x1200 screen 
resolution.

 But the day I must (under pressure) switch to .NET, Delphi2006
 will surely be my choice against VB.NET.

Hopefully !

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be