Hi everyone, Is there a way to keep proper format of inline attachments with camel mail component?
We fetch a mail and send it to another recipient without any further changes (route-through scenario). However, the picture is not displayed in the text. [cid:image001.jpg@01DBC01B.169E88A0] By default, the camel body will contain the text/plain representation of the mail. Using this body will not allow to have the picture inline the text. The text/html representation is required. I added two examples which demonstrate the problem. Is there a way to have the HTML-representation of the polled mail in the camel body so this HTML body can be send instead of plaintext body? Best regards, Manuel