Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 55760 invoked from network); 31 Mar 2009 21:19:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 21:19:57 -0000 Received: (qmail 55674 invoked by uid 500); 31 Mar 2009 21:19:57 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 55627 invoked by uid 500); 31 Mar 2009 21:19:57 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 55617 invoked by uid 500); 31 Mar 2009 21:19:57 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 55614 invoked by uid 99); 31 Mar 2009 21:19:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 21:19:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 21:19:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3672234C003 for ; Tue, 31 Mar 2009 14:19:34 -0700 (PDT) Message-ID: <1843264817.1238534374663.JavaMail.jira@brutus> Date: Tue, 31 Mar 2009 14:19:34 -0700 (PDT) From: "Ryan Gardner (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1506) Recursively scan multipart nodes of an email for attachments - not just top level nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org Recursively scan multipart nodes of an email for attachments - not just top level nodes --------------------------------------------------------------------------------------- Key: CAMEL-1506 URL: https://issues.apache.org/activemq/browse/CAMEL-1506 Project: Apache Camel Issue Type: Bug Components: camel-mail Affects Versions: 2.0.0 Reporter: Ryan Gardner Priority: Minor Attachments: MailContentAttachmentScanning.patch The current code will only scan the top level of a multipart message. This misses any attachments that are under another node. All unit tests still run for me after applying this patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.