]
Marek Novotny closed JBSEAM-4551.
---------------------------------
closing as clean up
iPhone does not show existed PDF attachment in the message
----------------------------------------------------------
Key: JBSEAM-4551
URL:
https://issues.jboss.org/browse/JBSEAM-4551
Project: Seam 2
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.
For more information on JIRA, see: