mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 20:12:13 +00:00
Removes the deref to str as this is now a fallible operation that can panic. Process the fanout of this change, which is dealing with more possibility that things might be binary in more places. There are some transitional APIs introduced as deprecated so that I'm nagged to remove them already: I want to get the bulk of the code aware of the possibility of binary sorted before I tackle adjusting the message parser for that, so that that particular commit is more self-contained.