Hi all... I remember seeing posts regarding attachments before...not sure if this is more of the same...
When I send email from Gmail I can send either rich-formatting or plain text. If I send plain text, my message gets through fine, with a content-type of "text/plain". But if I send it rich-formatting, Gmail breaks it into two parts: a plain text body and a formatted body, with UUID-style delimiters in between. The content-type is "multipart/alternative". My consumer on a camel-mail endpoint sees the plaintext message with no problem. What I receive in the message body from the multipart/alternative is both bodies plus the delimiters. Is this a bug in how camel-mail is supposed to be functioning? Or an unimplemented feature? I.e. something camel-mail is doing wrong or something it isn't doing at all? Don