cannot configure executor for IdleManager
Closed this issue · 4 comments
maxandersen commented
in java/jakarta mail you can set: property("mail.event.executor", executor);
to an instance of javax.concurrent.Executor.
In jodd-mail it is only possible to set a string value which is unfortunate.
igr commented
Huh, many other properties are deprecated too. There is no mail.protocol.auth
for example...
That has a major impact on the code, I am afraid.
igr commented
Hum or these properties are coming from the implementation, and they will be used at the end...
igr commented
igr commented
Added an overloaded method - thank you!