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 : first 9 images are treated as multipart, next 6 images are treated as attached.
- Gmail account : all images are displayed as multipart

Forwarding Gmail mail to Orange and Atmail account :
- Orange account : as with my program.
- Atmail account : all images as multipart.

Orange webmail may have a limit on multipart images.
Atmail show on different way mail send using ICS or Gmail.

I hope this help on any way

Regards,
Xavi

Al 30/08/2010 21:32, En/na Fabrice Vendé ha escrit:
 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 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 if Orange Webmail don't like TSmtpCli content and cut after more than 9 inline images.

It can be easily tested with "OverbyteIcsMailHtml.dpr" (in http://svn.overbyte.be:8443/svn/ics/branches/icsv7/Delphi/Internet/ )
 with more than 10 inline image send to an Orange webmail.


Nevertheless I have found a solution which work fine :
In OverbyteIcsSmtpProt.pas

Change :
StrPCopy(PAnsiChar(MsgLine), 'Content-ID: <IMAGE' +
                                 IcsIntToStrA(FImageNumber) + '>')
To :
StrPCopy(PAnsiChar(MsgLine), 'Content-ID: <IMAGE' +
                                 IcsIntToStrA(FImageNumber) + 'INCLD>')


Does "Content-ID: <IMAGE10>" is to basic or already use for another thing in Orange web client ?


Best regards,
-
Fabrice


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



Se certifico que el correo entrante no contiene virus.
Comprobada por AVG - www.avg.es
Version: 9.0.851 / Base de datos de virus: 271.1.1/3102 - Fecha de la version: 
08/30/10 08:35:00


--
Xavier Mor-Mur

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

Reply via email to