[
http://jira.jboss.com/jira/browse/JBSEAM-1601?page=comments#action_12375119 ]
Peter Hilton commented on JBSEAM-1601:
--------------------------------------
Cool - I'll see if I can do a checkout and try it out, once we've got our beta
release out in public.
Incidentally, I wrote up the use-case, which shows a screenshot of a Seam-generated
e-mail, at
http://blog.bitlogistics.com/bitlogistics/2007/08/16/avoiding_duplicate_d...
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