You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Jörg Heinicke (JIRA)" <ji...@apache.org> on 2007/01/05 00:48:27 UTC

[jira] Updated: (COCOON-1622) [PATCH] SendMailTransformer and HTML body

     [ https://issues.apache.org/jira/browse/COCOON-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörg Heinicke updated COCOON-1622:
----------------------------------

    Fix Version/s:     (was: 2.1.10)

> [PATCH] SendMailTransformer and HTML body
> -----------------------------------------
>
>                 Key: COCOON-1622
>                 URL: https://issues.apache.org/jira/browse/COCOON-1622
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Mail
>    Affects Versions: 2.1.8
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Philippe Gassmann
>         Assigned To: Jean-Baptiste Quenot
>         Attachments: 20051006-sendmailtr, 20051020-sendmailtr
>
>
> The SendMailTransformer is unable to handle XML tags directly in the SAX flow.
> ex : 
> <email:sendmail>
>  <email:smtphost>smtp</email:smtphost>
>  <email:from>aaa@aaa.ccc</email:from>
>  <email:to>bbb@bbb.ddd</email:to>
> 			
>  <email:subject>
>    Bogus sendmailtrasformer
>  </email:subject>
>  <email:body>
>    <html><body> 
>      <p>this is a paragraph</p>
>      <p>another</p>
>    </body></html>
>  </email:body>
> </email:sendmail>
> It simply remove xml tags in the body !
> It a a strange behaviour since DEFAULT_BODY_MIMETYPE = "text/html" ...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira