You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2006/03/01 07:28:43 UTC

[jira] Updated: (COCOON-1603) [PATCH] handling of alternatives in MailTransformer

     [ http://issues.apache.org/jira/browse/COCOON-1603?page=all ]

David Crossley updated COCOON-1603:
-----------------------------------

    Bugzilla Id:   (was: 36718)
     Other Info: [Patch available]

> [PATCH] handling of alternatives in MailTransformer
> ---------------------------------------------------
>
>          Key: COCOON-1603
>          URL: http://issues.apache.org/jira/browse/COCOON-1603
>      Project: Cocoon
>         Type: Improvement
>   Components: Blocks: Mail
>     Versions: 2.2-dev (Current SVN)
>  Environment: Operating System: other
> Platform: Other
>     Reporter: Éric BURGHARD
>     Assignee: Jean-Baptiste Quenot
>     Priority: Minor
>  Attachments: SendMailTransformer.java.patch
>
> Enable alternative format for the same content in MailTransformer. For example  
> you can write  
>  
> <email:sendmail>  
>  
>   <email:body mime-type="text/plain"> 
>     Hello World 
>   </email:body> 
>  
>   <email:body mime-type="text/html"> 
>     <html> 
>       <body> 
>         <h1>Hello World</h1> 
>       </body> 
>     </html> 
>   </email:body> 
>  
> </email:sendmail> 
>  
>  
> to enable a multipart/alternative sending. 
>  
> internaly, a body is just an attachment without name and without xml header.

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