[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1601) Add Content-ID to attachments

Peter Hilton (JIRA) jira-events at lists.jboss.org
Tue Jul 3 10:14:57 EDT 2007


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


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