JiriOndrusek commented on PR #3685: URL: https://github.com/apache/camel-quarkus/pull/3685#issuecomment-1088323309
PR is complete. Tests cover all protocols + ssl. I used java mail properties to trust all certificates: ``` props.put("mail.smtp.auth", "false"); props.put("mail.smtp.ssl.enable", "true"); props.put("mail.smtp.ssl.trust", "*"); ``` (because `you have to import the CA certificates into the JVM’s Java trust/key store files,` - see [camel documentation](https://camel.apache.org/components/3.16.x/mail-component.html#_configuring_javamail_directly) In case that the security tests will be revisited, it would be helpful to wait for the new version of greenmail docker container (1.6.8+ or 2.0.0-alpha-3+) with following fix https://github.com/greenmail-mail-test/greenmail/commit/37a09affdb63b745e3681cccd0ebca20ed440645#diff-5dfefe1b55f9a4d77b491f77357ebb0910cd2d088a51c46c0ec62a5aa8bc8b59R24-R31 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org