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é
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.
>
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
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(
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
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
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