Romain Manni-Bucau created GERONIMO-6523:
--------------------------------------------
Summary: 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)
Reporter: 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)