You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Oliver Strässer (JIRA)" <ji...@apache.org> on 2009/12/15 17:24:18 UTC

[jira] Created: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

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 ,  List<MediaType> acceptableMediaTypes , String mimeType)
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.


[jira] Issue Comment Edited: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Oliver Strässer (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Closed: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-36.
--------------------------------------

    Resolution: Fixed

created CLERRE-228 for the rest

> 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
>            Assignee: Reto Bachmann-Gmür
>         Attachments: org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT-sources.jar, org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT.jar
>
>
> 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.


[jira] Commented: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Manuel Innerhofer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790815#action_12790815 ] 

Manuel Innerhofer commented on CLEREZZA-36:
-------------------------------------------

I think instead of String it should be bytes[] to allow any kind of mime type.

> 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.


[jira] Commented: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875557#action_12875557 ] 

Reto Bachmann-Gmür commented on CLEREZZA-36:
--------------------------------------------

Please add patches as actual diff or if unable to do so, archive the whole project.

> 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
>            Assignee: Reto Bachmann-Gmür
>         Attachments: org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT-sources.jar, org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT.jar
>
>
> 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.


[jira] Assigned: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reassigned CLEREZZA-36:
------------------------------------------

    Assignee: Reto Bachmann-Gmür

> 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
>            Assignee: Reto Bachmann-Gmür
>         Attachments: org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT-sources.jar, org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT.jar
>
>
> 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.


[jira] Commented: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849136#action_12849136 ] 

Reto Bachmann-Gmür commented on CLEREZZA-36:
--------------------------------------------

I agree it should be possible to use the email- system configuration available even for sending generic email. But I don't think this should be coupled tosuch a restricting interface as proposed, one should be able to use the full power of javax.mail, providing a façade for javax.mail is in my opinion out of the scope of clerezza.

> 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
>         Attachments: org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT-sources.jar, org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT.jar
>
>
> 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.


[jira] Updated: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Oliver Strässer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Strässer updated CLEREZZA-36:
------------------------------------

    Attachment: org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT-sources.jar
                org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT.jar

> 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
>         Attachments: org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT-sources.jar, org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT.jar
>
>
> 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.


[jira] Commented: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Oliver Strässer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863773#action_12863773 ] 

Oliver Strässer commented on CLEREZZA-36:
-----------------------------------------

can you please add the little change?

> 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
>         Attachments: org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT-sources.jar, org.apache.clerezza.platform.mail-0.4-incubating-SNAPSHOT.jar
>
>
> 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.


[jira] Updated: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Oliver Strässer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Strässer updated CLEREZZA-36:
------------------------------------

    Description: 
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)


  was:
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 ,  List<MediaType> acceptableMediaTypes , String mimeType)
sendEmail(InternetAddress from, InternetAddress to,  InternetAddress[]  cc, InternetAddress[] bcc, String subject,  String message  , String mimeType)



> 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.


[jira] Commented: (CLEREZZA-36) org.clerezza.platform.mail additional sendMail function

Posted by "Oliver Strässer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840176#action_12840176 ] 

Oliver Strässer commented on CLEREZZA-36:
-----------------------------------------

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.