elixir-mail
elixir-mail copied to clipboard
Keep original order of text parts
This removes the sorting of the message parts when rendering the email with the RFC2822 renderer.
I've tested the generated email in the Apple email client, and it seems like it'll use always choose the last text part for displaying. Therefore, I'd prefer if the original order of the text parts was preserved.
Feel free to close this issue if the sorting is necessary for other purposes