javax.mail.FolderNotFoundException: inbox not found when reading from lowercase
inbox folder
--------------------------------------------------------------------------------------------
Key: IMAP-349
URL: https://issues.apache.org/jira/browse/IMAP-349
Project: JAMES Imap
Issue Type: Bug
Components: Mailbox
Affects Versions: 0.3
Reporter: Phanidhar
the default folder is case sensitive for IMAP. Was able to successfully connect
and read emails using upper case "INBOX" but lower "inbox" gives the following
error.
javax.mail.FolderNotFoundException: inbox not found
at com.sun.mail.imap.IMAPFolder.checkExists(IMAPFolder.java:219)
at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:739)
at ReadMail.processMail(ReadMail.java:60)
at ReadMail.<init>(ReadMail.java:19)
at ReadMail.main(ReadMail.java:167)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]