[
https://issues.apache.org/activemq/browse/CAMEL-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50955#action_50955
]
Claus Ibsen commented on CAMEL-1506:
------------------------------------
Willem
This header
public static final String DEFAULT_ALTERNATE_BODY_HEADER = "mail_alternateBody";
Should be in MailConstants.java and it should follow the Camel 2.0 convention:
eg like {{CamelMailAlternativeBody}}
> 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
> Assignee: Willem Jiang
> Priority: Minor
> Attachments: MailContentAttachmentScanning.patch
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> 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.