restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
Other
650 stars 284 forks source link

Deprecated org.restlet.ext.javamail? #1339

Closed cgatesman closed 3 years ago

cgatesman commented 5 years ago

I recently upgraded to Restlet 2.4 to find out that org.restlet.ext.javamail has been deprecated. Why? Is there replacement mail support coming? The deprecation message only says it will be gone in the next major release.

cyberquarks commented 3 years ago

@cgatesman I think you can just use a stand-alone Java mail module

You may be interested in joining the "Unofficial Restlet Community" https://gitter.im/restlet-framework/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link

jlouvel commented 3 years ago

Hi @cgatesman the issue has been deprecated due to newer/more modern solution to send email via web APIs, such as popular SaaS solutions like Mailchimp, Mailgun, etc. We want to reduce the footprint of the framework to focus on where it adds the most differentiated value.