I have code, mostly from the Sun
java examples that connects to a mail server to fetch messages. Using the standard mail.jar and activation.jar from Sun.
When I specify "pop3" it works fine. But when i try imap, it fails. throwing a "No login methods supported!" message
I am at a loss as to what is wrong. I would know how to proceed if it returned "can't login" or "bad password" or any other exception hinting that I'm passing in bad values, but no login method???