Posted By:
Ilya_Egoshin
Posted On:
Thursday, July 12, 2001 03:40 AM
I try to write mail-account program and want to use IMAP4 along with POP3 in my program.
But if I connect at first with POP3 server, later on I don`t connect with IMAP4 server:
java.lang.SecurityException: Access to default session denied.
And vice versa:
If I connect at first with IMAP4 server, later on I don`t connect with POP3 server.
How do I use them together?