You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Phanidhar (Created) (JIRA)" <se...@james.apache.org> on 2011/11/03 17:29:32 UTC

[jira] [Created] (IMAP-349) javax.mail.FolderNotFoundException: inbox not found when reading from lowercase inbox folder

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (IMAP-349) javax.mail.FolderNotFoundException: inbox not found when reading from lowercase inbox folder

Posted by "Norman Maurer (Resolved) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-349.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3
    
> 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
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Reopened] (IMAP-349) javax.mail.FolderNotFoundException: inbox not found when reading from lowercase inbox folder

Posted by "Phanidhar (Reopened) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phanidhar reopened IMAP-349:
----------------------------


Thanks Norman, I downloaded the SNAPSHOT version from nov 6th and still has the same issue. Verified the changes are present in the jar apache-james-imap-processor-0.3-20111106.005833-323.jar 
                
> 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
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Commented] (IMAP-349) javax.mail.FolderNotFoundException: inbox not found when reading from lowercase inbox folder

Posted by "Phanidhar (Commented) (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/IMAP-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145201#comment-13145201 ] 

Phanidhar commented on IMAP-349:
--------------------------------

Thanks Norman, I downloaded the SNAPSHOT version from nov 6th and still has the same issue. Verified the changes are present in the jar apache-james-imap-processor-0.3-20111106.005833-323.jar

Thanks for your help in advance

                
> 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
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Commented] (IMAP-349) javax.mail.FolderNotFoundException: inbox not found when reading from lowercase inbox folder

Posted by "Phanidhar (Commented) (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/IMAP-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146602#comment-13146602 ] 

Phanidhar commented on IMAP-349:
--------------------------------

Works fine with JavaMail 1.4.4. Currently I am having a problem with Java Mail 1.2.
                
> 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
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Assigned] (IMAP-349) javax.mail.FolderNotFoundException: inbox not found when reading from lowercase inbox folder

Posted by "Norman Maurer (Assigned) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer reassigned IMAP-349:
----------------------------------

    Assignee: Norman Maurer
    
> 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
>            Assignee: Norman Maurer
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org