Re: Geronimo Java Mail 1.6 in TomEE 8.0.5 -> TLS 1.2 / 1.3 Support?

2020-12-02 Thread Zowalla, Richard
Thanks for the support :) The JIRA is https://issues.apache.org/jira/browse/GERONIMO-6792, which includes a patch proposal as SVN diff. Will also send a follow-up on the CCed mail on the GERONIMO dev list. Best,Richard Am Mittwoch, den 02.12.2020, 11:33 + schrieb Jonathan Gallimore: > > As

Re: Geronimo Java Mail 1.6 in TomEE 8.0.5 -> TLS 1.2 / 1.3 Support?

2020-12-02 Thread Jonathan Gallimore
> As an alternative, I could create a SVN patch file and send it to the Geronimo dev list? I'd suggest creating a JIRA, and attaching the patch to that. If you can also follow up here with the JIRA, that would be fantastic. Thanks Richard! Jon On Wed, Dec 2, 2020 at 11:21 AM Zowalla, Richard <

Re: Geronimo Java Mail 1.6 in TomEE 8.0.5 -> TLS 1.2 / 1.3 Support?

2020-12-02 Thread Zowalla, Richard
Hi, as an update: I was able to locate the SVN repository [1] and did my testing with a related patch. @Jean-Louis: Can you point me to documentation on how to provide a PR for Geronimo Java Mail 1.6 ? As an alternative, I could create a SVN patch file and send it to the Geronimo dev list?

Re: Geronimo Java Mail 1.6 in TomEE 8.0.5 -> TLS 1.2 / 1.3 Support?

2020-12-02 Thread Zowalla, Richard
Hi, thanks for the fast feedback. I did some debugging and found that the only allowed protocol is "TLSv1" which is hardcoded in MailConnection.java#getConnectedTLSSocket(). Can you point me to the source code of the geronomo-javamail_1.6_mail package in v1.0.0 ? I would like to test, if

Re: Geronimo Java Mail 1.6 in TomEE 8.0.5 -> TLS 1.2 / 1.3 Support?

2020-12-01 Thread Jean-Louis Monteiro
Hey Richard, Thanks for the detailed email. I have contributed recently to Geronimo Mail 1.6 but to be honest I can't answer out of my head. Cesar also worked on it, so he might be able to help. Other than that, I'm CC'ing Geronimo mailing list. Maybe Romain and others can help there.

Geronimo Java Mail 1.6 in TomEE 8.0.5 -> TLS 1.2 / 1.3 Support?

2020-12-01 Thread Zowalla, Richard
Hi all, I have updated our TomEE instances to 8.0.5 as (Geronimo) Java Mail 1.6 replaced the rather outdated (Geronimo) Java Mail 1.4 in this release. Up to now, we were using com.sun.mail jakarta.mail 1.6.5 provided as our mail