[
http://jira.jboss.com/jira/browse/JBSEAM-1601?page=all ]
Pete Muir resolved JBSEAM-1601.
-------------------------------
Fix Version/s: 2.0.0.CR1
Resolution: Done
Done in CVS, please test (especially with email clients other than gmail!)
Add Content-ID to attachments
-----------------------------
Key: JBSEAM-1601
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1601
Project: JBoss Seam
Issue Type: Feature Request
Components: Mail
Affects Versions: 2.0.0.BETA1
Reporter: Peter Hilton
Assigned To: Pete Muir
Fix For: 2.0.0.CR1
Add a new attribute to {{m:attachment}} that generates a {{Content-ID}} header for the
attachment in the e-mail. For example:
{code:xml}
<m:attachment ... var="attachment1" />
{code}
This would make it possible to use a CID URL (see
[
RFC2557|http://www.rfc-editor.org/rfc/rfc2557.txt], sections 8.3 and 9.5) in the message
body to refer to the image, for example:
{code:html}
<img src="cid:#{attachment1.contentId}" />
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira