[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1601) Add Content-ID to attachments
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sun Dec 2 12:25:07 EST 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1601?page=all ]
Pete Muir closed JBSEAM-1601.
-----------------------------
> 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
More information about the seam-issues
mailing list