2010/1/18 Mario Zsilak <[email protected]>: > Hi, > > What I can see from your explanation and the error I guess that only the > name "INBOX" is currently supported in james. So it's the best to leave the > name.
Is not about James but about POP3 and Javamail. POP3 does not have folders. Javamail has URL concept and folder concept but when you use Javamail to access POP3 you have to use INBOX as the folder name. This is a Javamail convention. Nothing about James. If you use Javamail to access ANY pop3 server (not only James) you will have to use INBOX. > But anyway, this is more or less a different issue. What happens if you try > to read mails from your INBOX? What do you mean? When I try to read email from my inbox it usually works :-) but I suspect this was not the answer to your question. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
