[ 
https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840176#action_12840176
 ] 

Oliver Strässer edited comment on CLEREZZA-36 at 3/2/10 2:28 PM:
-----------------------------------------------------------------

i add this function now by my own: 
interface: 
public void sendEmail(InternetAddress from, InternetAddress to,
            InternetAddress[] cc, InternetAddress[] bcc, String subject,
            String message, String mediaType) throws MessagingException;


please add the change to the platform

      was (Author: osr):
    i add this function now by my own: 
interface: 
public void sendEmail(InternetAddress from, InternetAddress to,
            InternetAddress[] cc, InternetAddress[] bcc, String subject,
            String message, String mediaType) throws MessagingException;
  
> org.clerezza.platform.mail additional sendMail function
> -------------------------------------------------------
>
>                 Key: CLEREZZA-36
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-36
>             Project: Clerezza
>          Issue Type: Wish
>            Reporter: Oliver Strässer
>
> please provide a simple new function in the org.clerezza.platform.mail to 
> send mails eith a mime type, without using a grapnode
> Interfacer: 
> sendEmail(InternetAddress from, InternetAddress to,  InternetAddress[]  cc, 
> InternetAddress[] bcc, String subject,  String message  , String mimeType)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to