Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.5
-
None
-
Novice
Description
I ran into a major issue today that was not so apparent. My unit tests which use the camel-mail component would just hang (even though there is a timeout), they would work on my windows machine, but not on my ubuntu linux or the deployed rhel server.
After quite a bit of investigation, it turns out that upgrading the javax.mail from 1.4.4 to 1.4.5 resolved my problem. My guess would be that something changed on our network/exchange server which caused this problem, but either way it was time consuming to solve.
I wanted to save someone else the problem and see if you could upgrade to 1.4.5 on the 2.8.x and 2.9.x branch.
<javax-mail-version>1.4.5</javax-mail-version>