Stephan Siano created CAMEL-9544:
------------------------------------
Summary: 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
Affects Versions: 2.17.0
Reporter: Stephan Siano
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)