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) + 'INCLD')

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



--
Fabrice Vendé
techni...@infocob.com
Mozilla Thunderbird http://www.infocob.com/
Développement, formation, matériel, logiciel

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


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

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

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


-- 
Fabrice Vendé
techni...@infocob.com
Mozilla Thunderbird http://www.infocob.com/
Développement, formation, matériel, logiciel

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

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 with assumed values used by some clients.  If this is 
the case, should we not try to add a more random or unique string to better 
avoid such collisions?

I think the Content-ID is one of those standards loosely defined by convention, 
like Message-ID, which just requires uniqueness, but which everyone does in 
their own way.

dZ.

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


[twsocket] New SVN URLs. Please switch your work copies!

2010-08-31 Thread Arno Garrels
Hi All,

Current ICS V7 moved to trunk:
svn://svn.overbyte.be/ics/trunk
or
http://svn.overbyte.be:8443/svn/ics/trunk

ICS V6 has been tagged as v6_obsolete:
svn://svn.overbyte.be/ics/tags/v6_obsolete
or
http://svn.overbyte.be:8443/svn/ics/tags/v6_obsolete

Note that the old icsv7 branch doesn't get any more 
updates, updates go to the trunk from now.
Access to the old icsv7 branch will be denied soon
to 'force' people to switch their work copy to trunk.

See also:
http://wiki.overbyte.be/wiki/index.php/ICS_Download 

-- 
Arno Garrels
  

  


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