[
https://issues.apache.org/jira/browse/GERONIMO-6523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Manni-Bucau updated GERONIMO-6523:
-----------------------------------------
Component/s: mail
> javamail pop folder doesn't consider INBOX exists?
> --------------------------------------------------
>
> Key: GERONIMO-6523
> URL: https://issues.apache.org/jira/browse/GERONIMO-6523
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: mail
> Reporter: Romain Manni-Bucau
> Assignee: Romain Manni-Bucau
>
> Hi
> didn't check that much but
> org.apache.geronimo.javamail.store.pop3.POP3Folder#POP3Folder states:
> "The name of the folder. Note that POP3 stores only
> * have 2 real folders, the root ("") and the in-basket
> * ("INBOX")."
> as javadoc but implements:
> {code}
> if (name.equalsIgnoreCase("INPUT")) {
> exists = true;
> }
> {code}
> (root case is handled in a subclass correctly)
> Shouldn't this INPUT be INBOX?
--
This message was sent by Atlassian JIRA
(v6.2#6252)