Re: [twsocket] THtmlSmtpCli Outlook Express and attachment problem

2010-09-03 Thread Fabrice Vendé
Le 03/09/2010 14:42, Arno Garrels a écrit : I do not see this in OE v6 with default e-mail and MailSndHtml demo. If there is an attachment OE displays the paper clip for me, if there are only embedded images there's no paper clip visible. You true, this has been fixed somewhere after versio

Re: [twsocket] THtmlSmtpCli Outlook Express and attachment problem

2010-09-03 Thread Arno Garrels
Fabrice, > Hello, > > Outlook Express seems to have a problem to show attachment only in his > email list (top of the Outlook Express windows). In detail of email we > see that there is an attachment but not in the email list. I do not see this in OE v6 with default e-mail and MailSndHtml demo.

Re: [twsocket] THtmlSmtpCli and inline image lost

2010-09-03 Thread Fabrice Vendé
Le 03/09/2010 09:51, Arno Garrels a écrit : Hello Fabrice, I just checked in revision #584, log: New property THtmlSmtpCli.HtmlImageCidSuffix which specifies a custom string to be appended to the default Content-ID "IMAGE". Some webmailer did not like our default CID. Thanks to Fabrice Vendé

Re: [twsocket] THtmlSmtpCli and inline image lost

2010-09-03 Thread Arno Garrels
Hello Fabrice, > When I send an email with more than 10 inline images (multipart), > images after the 9th are not displayed on Orange webmail. > It work fine on other webmail like Gmail or Hotmail. > It work fine with Indy SMTP component are any email client. It's only > a THtmlSmtpCli problem. >

Re: [twsocket] THtmlSmtpCli and inline image lost

2010-08-31 Thread DZ-Jay
On Aug 31, 2010, at 05:12, Francois Piette wrote: > This code is probably ok to integrate into ics. Idealy tests should be > conduced to make sure it doesnt break anything before modifying ics. What it seems to be doing is adding an arbitrary string to the ID value in order to avoid collision

Re: [twsocket] THtmlSmtpCli and inline image lost

2010-08-31 Thread Francois Piette
This code is probably ok to integrate into ics. Idealy tests should be conduced to make sure it doesnt break anything before modifying ics. -- francois.pie...@overbyte. be http://www.overbyte.be Fabrice Vendé a écrit : > Hello, > >Try this >In OverbyteIcsSmtpProt.pas > >Change : >StrPCopy(

Re: [twsocket] THtmlSmtpCli and inline image lost

2010-08-31 Thread Fabrice Vendé
Hello, Try this In OverbyteIcsSmtpProt.pas Change : StrPCopy(PAnsiChar(MsgLine), 'Content-ID: ') To : StrPCopy(PAnsiChar(MsgLine), 'Content-ID: ') Best regards, Le 30/08/2010 23:51, Xavier Mor-Mur a écrit : Hello I get also that with my private account. Also I get something like this with

Re: [twsocket] THtmlSmtpCli and inline image lost

2010-08-30 Thread Xavier Mor-Mur
Hello I get also that with my private account. Also I get something like this with my account at work (server it's Atmail Webmail Client). Next there is result of some check I done using my htmlsmtcli program (using latest revision from svn): 15 images send to : - Orange and Atmail accounts

Re: [twsocket] THtmlSMTPCli

2010-07-20 Thread Francois PIETTE
Is it possible to use "cid:image" for the background of a mail ? I use "cid:image" for all images inside the mail but i didn't found how to use it in a background line like this : Actually it doesn't depends on the SMTP component but on the reader which has to render the message at receive

Re: [twsocket] THtmlSMTPCli

2010-07-20 Thread Arno Garrels
Hello Olivier, > Is it possible to use "cid:image" for the background of a mail ? I've never tried, so I do not know. Finally it's the mail reader application that has to support and render the raw email. Provided your div tag is syntactically correct, why not just try to load such an email wit