Open vanderstaaij opened 7 years ago
Hi Eric,
thank you for reaching this out. Do you want to implement this feature and create a pull request?
Best regards, Philipp
Well, I am not a Java developer :) There is a big chance I might screw up implementing a new feature. I'm just using your extension in Camunda and I noticed this happening with nested multipart messages.
I've been digging a bit though. Found this StackOverflow question: https://stackoverflow.com/questions/13331989/how-to-handle-multipart-alternative-mail-with-javamail
I understand that iterating/recursing over all (nested) parts of a multipart mail is quite complicated as there are so many possibilities. So I think it is better to leave it to the pros.
Ok, Eric :smile:
But it can take a while until I've time to implement this feature. However, I take it on the agenda.
Maybe someone else wants to work on this?
Would be great. Thanks!
Hi there,
In some of the emails we receive, the messages are a combination of multipart/mixed and multipart/alternative parts. E.g.:
When extracting e.g. mail.getText() or mail.getHTML() for these messages I get null as result.
Can this please be supported?
Kind regards, Eric