I am trying to pull an imaps mailbox (over SSL) from within my application (deployed within tomcat). What SSL configuration do I need and how do I do it? Do I need to install the certificate somewhere?
I do have a certificate that I can import in my keystore. Does the email task have to use some keystore password/name in the code? Thanks