Support for properties mail.<protocol>.socketFactory and
mail.<protocol>.ssl.socketFactory
------------------------------------------------------------------------------------------
Key: GERONIMO-5429
URL: https://issues.apache.org/jira/browse/GERONIMO-5429
Project: Geronimo
Issue Type: New Feature
Security Level: public (Regular issues)
Components: mail
Reporter: Sebb
It would be very helpful if Geronimo would support the properties:
mail.<protocol>.socketFactory (class instance)
mail.<protocol>.ssl.socketFactory
as supported by the Javamail RI in 1.4.2+
However geronimo-javamail_1.4_mail-1.8.1.jar only seems to support
mail.<protocol>.socketFactory.class (class name)
It's tricky to use this in a multi-threaded environment if the factory needs to
use different settings for different threads.
For example, if different threads need to use different truststores.
Allowing the user to specify a factory class instance would make it very easy.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.