Why is Javamail for 8.54 using older Javamail version?
Hello!
I'm trying to test the MCFGetmail functionality and I noticed something strange. Peopletools 8.54 ships with Javamail version 1.4.4 but when you DEBUG (MCFMailBox.class) the session connection you see this:
<DEBUG: setDebug: JavaMail version 1.3.1>
It appears to be using an older version of Javamail.
The MCFMailBox.class happens to have a main class I assume for testing and when I run that class in Eclipse using the same mail.jar file from PeopleSoft it uses 1.4.4
DEBUG: setDebug: JavaMail version 1.4.4
Here is the java version from the PeopleSoft web server:
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)