issues@javamail.java.net

Re: Mailserver reports two login/logouts

From: Frank Schruefer <frank_at_siteforum.com>
Date: Thu, 22 Oct 2009 11:05:02 +0200

Bill Shannon schrieb:
> getFolder doesn't create a connection, Folder.open does.

Yes, the open method is also used by the code.
So as I see it, it boils down to the question:

Is it OK for the open method to open a second connection to the
mailserver if the POP3 protocol is used (which actually doesn't
have folders)?

If you agree this is abnormal behaviour I'll provide a testcase.

Thanks,
   Frank