Open metametadata opened 6 years ago
Following the example from #198, Mailhog seems to incorrectly parse MIME parts and produces numerous -- parts in the JSON output:
--
... { "Headers":{ }, "Body":"--", "Size":2, "MIME":null } ] } }, { "Headers":{ }, "Body":"--", "Size":2, "MIME":null } ] } }, { "Headers":{ }, "Body":"--", "Size":2, "MIME":null } ] },
It also can be seen in GUI:
I have this issue too.
I've mostly stopped using Mailhog HTTP API responses and switched to javax.mail for parsing.
javax.mail
+1
Following the example from #198, Mailhog seems to incorrectly parse MIME parts and produces numerous
--
parts in the JSON output:It also can be seen in GUI: