Stephan Siano created CAMEL-9283:
------------------------------------
Summary: Data Format for MIME-Multipart
Key: CAMEL-9283
URL: https://issues.apache.org/jira/browse/CAMEL-9283
Project: Camel
Issue Type: New Feature
Components: camel-mail
Reporter: Stephan Siano
This data format that can convert a Camel message with attachments into a Camel
message having a MIME-Multipart message as message body (and no attachments).
The use case for this is to enable the user to send attachments over endpoints
that do not directly support attachments, either as special protocol
implementation (e.g. send a MIME-multipart over an HTTP endpoint) or as a kind
of tunneling solution (e.g. because camel-jms does not support attachments but
by marshalling the message with attachments into a MIME-Multipart, sending that
to a JMS queue,
Receiving the message from the JMS queue and unmarshalling it again (into a
message body with attachments).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)