oblac/jodd-mail

cannot configure executor for IdleManager

Closed this issue · 4 comments

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.

See https://javaee.github.io/javamail/docs/api/

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

Added an overloaded method - thank you!