AbstractMailReceiver needs to have authenticator property ?
I'm facing issues in connecting with a IMAP-S server, the reason is that we are not able to pass in a authenticator while we obtain a session.
The current code in AbstractMailReceiver's openSession() method is (1.0.1. rel)
this.session = Session.getInstance(this.javaMailProperties);
Can this be modified to also accomodate an authenticator as shown below ?
this.session = Session.getInstance(this.javaMailProperties, this.authenticator);
TIA.
Could you please open a JIRA issue for this?
Done, browse/INT-540
Thanks
Thank you. I've gone ahead and added this to the list for 1.0.2.
Regards,
Mark |