Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D22411927 for ; Tue, 15 Jul 2014 20:22:05 +0000 (UTC) Received: (qmail 72614 invoked by uid 500); 15 Jul 2014 20:22:05 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 72538 invoked by uid 500); 15 Jul 2014 20:22:05 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 72526 invoked by uid 99); 15 Jul 2014 20:22:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 20:22:04 +0000 Date: Tue, 15 Jul 2014 20:22:04 +0000 (UTC) From: "Romain Manni-Bucau (JIRA)" To: dev@geronimo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GERONIMO-6523) javamail pop folder doesn't consider INBOX exists? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)