Re: [twsocket] Sending mail with SMTPClient including images

2008-04-08 Thread Wilfried Mestdagh
Hello Jeff, You should have it installed unless you have a very old version of ICS. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, April 8, 2008, 21:59, Jeff Cook wrote: > Kia Orana Wilfred > Perhaps "THtmlSmtpClient" is just what

Re: [twsocket] Sending mail with SMTPClient including images

2008-04-08 Thread Jeff Cook
Kia Orana Wilfred Perhaps "THtmlSmtpClient" is just what I need - I'm not very bright in the email/html department, so a component that does it all for me sounds the thing for me! BUT ... I can't find it anywhere - tried Googling with no success. Any pointers as to where I'd find it - I'm develo

Re: [twsocket] Proposal for new content-type in function DocumentToContentType in OverbyteIcsHttpSrv.pas

2008-04-08 Thread DZ-Jay
On Apr 8, 2008, at 09:45, Bjørnar Nielsen wrote: > { We probably should use the registry to find MIME type for file > types } Hello: I don't agree that the Registry should be used, because then you limit the application to those MIME types registered at the local host. What I propo

[twsocket] Proposal for new content-type in function DocumentToContentType in OverbyteIcsHttpSrv.pas

2008-04-08 Thread Bjørnar Nielsen
Se the new content-type at the bottom (xml): function DocumentToContentType(FileName : String) : String; var Ext : String; begin { We probably should use the registry to find MIME type for file types } Ext := LowerCase(ExtractFileExt(FileName)); if Length(Ext) > 1 then

Re: [twsocket] Improvements in OverbyteIcsHttpSrv.pas

2008-04-08 Thread Bjørnar Nielsen
Have anyone looked through my changes? Basicly it's enhancements for keepalive when serving 401, 404 etc and triggering RequestDone after serving a 401. My server has been running for 1 week (served 23083567 requests on 9233427 sockets) with this code and works well. Regards Bjørnar -Origi

Re: [twsocket] SMTPProt.pas

2008-04-08 Thread Bjørnar Nielsen
Arno, I tested your version of the code in my projects and it works fine. So I would like to see these changes in the next version of ICS. Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: 7. april 2008 17:00 To: ICS sup