deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
630 stars 80 forks source link

fix: do not require the Message to render MDN #5712

Closed link2xt closed 1 week ago

link2xt commented 1 week ago

Primary change is in the types, moving Mimefactory.Message into Loaded::Message variant. The rest is fighting borrow checker.

Fixes #5710

link2xt commented 1 week ago

SMTP errors while sending MDN will no longer result in a "red exclamation mark" on the message, but not a big deal I guess, maybe it is even better this way.