mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-07 19:18:57 +00:00
We have mailparsing wrappers that format and parse rfc2822 dates without panicking on out-of-range values or rejecting the obsolete timezones that real senders emit. This moves every existing caller onto those wrappers and adds a clippy lint that requires them in place of chrono's versions.