stalwartlabs / mail-parser

Fast and robust e-mail parsing library for Rust
https://docs.rs/mail-parser/
Apache License 2.0
298 stars 40 forks source link

fix: related multipart image/*, audio/*, video/* inline attachments s… #71

Open sftse opened 10 months ago

sftse commented 10 months ago

…hould be InlineBinary

Fixes #70

This PR is independent of #68 but I can rebase on top of those changes if you want.

sftse commented 5 months ago

@mdecimus Can you provide feedback on this PR? If this solution is unsatisfactory, can the docs be extended to explain in more detail in what cases InlineBinary should be expected over Binary?

mdecimus commented 5 months ago

Hi,

I'm sorry but I don't have time to review this at the moment, I need to make sure this change does not break Stalwart Mail Server and I don't have time unfortunately.