[
https://jira.jboss.org/jira/browse/JBSEAM-4551?page=com.atlassian.jira.pl...
]
Cody Lerum commented on JBSEAM-4551:
------------------------------------
A patch was commit on JBSEAM-3906 for this.
Anyone with an iPhone able to test this against 2.2CR1 to see if this is fixed?
iPhone does not show existed PDF attachment in the message
----------------------------------------------------------
Key: JBSEAM-4551
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4551
Project: Seam
Issue Type: Bug
Components: Mail
Affects Versions: 2.1.1.GA
Reporter: Oleg Golitsin
Assignee: Pete Muir
Here is the simple test example with a pdf attachment:
<m:message
xmlns="http://www.w3.org/1999/xhtml"
xmlns:m="http://jboss.com/products/seam/mail"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:p="http://jboss.com/products/seam/pdf"
xmlns:c="http://java.sun.com/jstl/core" charset="UTF-8">
<m:header name="X-Sent-From" value="JBoss Seam"/>
<m:from name="noreply" address="noreply(a)test.com"/>
<m:to address="email(a)test.com"/>
<m:subject><h:outputText value="Test msg" /></m:subject>
<m:attachment fileName="tiny.pdf">
<p:document> A very tiny PDF </p:document>
</m:attachment>
<m:body>
<p>Test</p>
</m:body>
</m:message>
iPhone shows the paper clip for such message in the list but when the message is open -
the attachment is hidden without any way to view it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira