[jira] [Commented] (EMAIL-68) Donation/Proposal for Commons-Email 2.0

2016-01-02 Thread Siegfried Goeschl (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076596#comment-15076596
 ] 

Siegfried Goeschl commented on EMAIL-68:


My take on 2.0 or 1.x

* Having a EmailBuilder which decides which implementation class to use, e.g. 
HtmlEmail or MultiPartEmail

> Donation/Proposal for Commons-Email 2.0
> ---
>
> Key: EMAIL-68
> URL: https://issues.apache.org/jira/browse/EMAIL-68
> Project: Commons Email
>  Issue Type: Improvement
>Affects Versions: 2.0
>Reporter: Ramiro Pereira de Magalhães
> Fix For: 2.0
>
> Attachments: commons.email2.zip
>
>
> This is a donation of code to the commons-email project. I hope it inspires 
> people to create a more flexible, extensible and maintainable API for sending 
> e-mail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (EMAIL-68) Donation/Proposal for Commons-Email 2.0

2016-01-02 Thread Siegfried Goeschl (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076593#comment-15076593
 ] 

Siegfried Goeschl commented on EMAIL-68:


EMAIL-160 actually requires JDK 1.6

> Donation/Proposal for Commons-Email 2.0
> ---
>
> Key: EMAIL-68
> URL: https://issues.apache.org/jira/browse/EMAIL-68
> Project: Commons Email
>  Issue Type: Improvement
>Affects Versions: 2.0
>Reporter: Ramiro Pereira de Magalhães
> Fix For: 2.0
>
> Attachments: commons.email2.zip
>
>
> This is a donation of code to the commons-email project. I hope it inspires 
> people to create a more flexible, extensible and maintainable API for sending 
> e-mail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (EMAIL-68) Donation/Proposal for Commons-Email 2.0

2015-03-12 Thread JIRA

[ 
https://issues.apache.org/jira/browse/EMAIL-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14359075#comment-14359075
 ] 

Roman Čičvák commented on EMAIL-68:
---

I would suggest to get rid of activation 1.1 dependency as its content is 
already within Java Spec JRE (rt.jar), and may confuse classloader having 
multiple definitions of same classes. May result in 
java.lang.NoClassDefFoundError. Just got into this issue with 
javax.activation.DataHandler class.

 Donation/Proposal for Commons-Email 2.0
 ---

 Key: EMAIL-68
 URL: https://issues.apache.org/jira/browse/EMAIL-68
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 2.0
Reporter: Ramiro Pereira de Magalhães
 Fix For: 2.0

 Attachments: commons.email2.zip


 This is a donation of code to the commons-email project. I hope it inspires 
 people to create a more flexible, extensible and maintainable API for sending 
 e-mail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (EMAIL-68) Donation/Proposal for Commons-Email 2.0

2015-03-12 Thread Thomas Neidhart (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14359466#comment-14359466
 ] 

Thomas Neidhart commented on EMAIL-68:
--

We could get rid of the dependency already for email 1.4 if we move the minimum 
jdk requirements to Java 1.6

 Donation/Proposal for Commons-Email 2.0
 ---

 Key: EMAIL-68
 URL: https://issues.apache.org/jira/browse/EMAIL-68
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 2.0
Reporter: Ramiro Pereira de Magalhães
 Fix For: 2.0

 Attachments: commons.email2.zip


 This is a donation of code to the commons-email project. I hope it inspires 
 people to create a more flexible, extensible and maintainable API for sending 
 e-mail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (EMAIL-68) Donation/Proposal for Commons-Email 2.0

2012-11-07 Thread Thomas Neidhart (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492759#comment-13492759
 ] 

Thomas Neidhart commented on EMAIL-68:
--

A few things I would like to see in commons-email 2.0

 * fluent api
 * maven compliant structure
 * move to junit 4


 Donation/Proposal for Commons-Email 2.0
 ---

 Key: EMAIL-68
 URL: https://issues.apache.org/jira/browse/EMAIL-68
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 2.0
Reporter: Ramiro Pereira de Magalhães
 Fix For: 2.0

 Attachments: commons.email2.zip


 This is a donation of code to the commons-email project. I hope it inspires 
 people to create a more flexible, extensible and maintainable API for sending 
 e-mail.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (EMAIL-68) Donation/Proposal for Commons-Email 2.0

2012-11-07 Thread Gary Gregory (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492894#comment-13492894
 ] 

Gary Gregory commented on EMAIL-68:
---

Sounds good to me. 

 Donation/Proposal for Commons-Email 2.0
 ---

 Key: EMAIL-68
 URL: https://issues.apache.org/jira/browse/EMAIL-68
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 2.0
Reporter: Ramiro Pereira de Magalhães
 Fix For: 2.0

 Attachments: commons.email2.zip


 This is a donation of code to the commons-email project. I hope it inspires 
 people to create a more flexible, extensible and maintainable API for sending 
 e-mail.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira