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. Like

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 IMAGEnumber. Some webmailer did not like our default CID. Thanks to Fabrice

[twsocket] THtmlSmtpCli Outlook Express and attachment problem

2010-09-03 Thread Fabrice Vendé
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. Tested in all version of ICS and Delphi. I don't see this problem in other email

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. If

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

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: IMAGE' + IcsIntToStrA(FImageNumber) + '') To : StrPCopy(PAnsiChar(MsgLine), 'Content-ID: IMAGE' + IcsIntToStrA(FImageNumber) +

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é techni...@infocob.com a écrit : Hello, Try this In OverbyteIcsSmtpProt.pas

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 collisions

[twsocket] THtmlSmtpCli and inline image lost

2010-08-30 Thread Fabrice Vendé
Hello, I have a strange problem with THtmlSmtpCli in ICS-V7 Distribution (Sep 12, 2009 or last SVN built Revision 579), or ICS-V6 Distribution (Sep 12, 2009) on Delphi 2007 or 2010. When I send an email with more than 10 inline images (multipart), images after the 9th are not displayed on

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

[twsocket] THtmlSMTPCli

2010-07-20 Thread Olivier Roux
Hi, 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 : div style=width : 664px; margin-left: auto; margin-right: auto; background : #FFF url('cid:image1') repeat-y

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 with

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 : div style=width : 664px; margin-left: auto; margin-right: auto; background : #FFF url('cid:image1') repeat-y right