I've configured my SuSE 9.1 system and release 2.0 of
JavaHMO with the following email plugin configuration
(note: not my real password of course).
<plugin
class="org.lnicholls.javahmo.plugins.email.EmailContainer"
title="Email" protocol="pop3"
server="mail.cablespeed.com" username="pierres"
password="mysecretpassword" reload="1"/>
I start up the service and everything seems to be
generally working judging from the log files. However,
for the email plug in, I consistently receive the
following message.
2005-01-04 05:16:01,914 ERROR [Thread-614]
EmailContainer - java.lang.NumberFormatException: For
input string: "pi": Could not reload email from
mail.cablespeed.com
This is the only error I've detected from the email plugin.
This appears to be a problem with string handling since
it's clipping at only two characters instead of 6
characters. This bug is highly reproducible.
And yes, I've verified that a simple telnet to the
server on port 110 allows me to retrieve my email
through common POP3 command protocols.
P
Logged In: YES
user_id=839995
The username and password is encrypted by the configuration GUI.
Use the GUI to set the values.