You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/01/28 13:21:39 UTC

[jira] [Resolved] (CAMEL-9544) Option to add headers to MIME-Multipart in DataFormat

     [ https://issues.apache.org/jira/browse/CAMEL-9544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-9544.
--------------------------------
    Resolution: Fixed

> Option to add headers to MIME-Multipart in DataFormat
> -----------------------------------------------------
>
>                 Key: CAMEL-9544
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9544
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-mail
>            Reporter: Stephan Siano
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.17.0
>
>         Attachments: 0001-CAMEL-9544-Option-to-add-headers-to-MIME-Multipart.patch
>
>
> In some cases it might be useful to add Camel headers to a MIME Multipart when the MIME headers are part of the message body.
> The attached patch allows to transfer header (and attachment) information with protocols that support neither headers nor attachments (e.g. FTP).
> It adds one additional parameter to the MIME-Multipart DataFormat:
> includeHeaders: A regex that defines which Camel headers are also included as MIME headers into the MIME multipart. This will only work if headersInline is set to true.
> Default is to include no Camel headers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)