It appears that after setting up the system to point at
my IMAPS server, I can't connect to it but I get no
error as to why that might be.
The messages (during login) is: Failed to establish
mail session.
Settings are:
configuration.xml
<postoffice name="Default PostOffice" default="true"
type="mixed" secure="true">
<protocol>imap</protocol>
<address>localhost</address>
<port>993</port>
<rootfolder></rootfolder>
<replyto-domain>pappin.ca</replyto-domain>
</postoffice>
Logged In: YES
user_id=36782
The protocol should actually be "imaps" I think. If this doesn't change
anything either, probably you should try to turn on the debug messages
of JavaMail itself (which can be done using a system property, or
directly in the code JwmaSession.java).
The JavaMail debug messages will be in the containers System.out
and might indicate what could be going wrong.
Regards,
Dieter