Ekleog / kannader

A highly configurable async SMTP server written in Rust
GNU Affero General Public License v3.0
61 stars 4 forks source link

Kill the `SmtpString` struct #41

Closed Ekleog closed 4 years ago

Ekleog commented 4 years ago

It probably should just be String or &str depending on the location, all valid SMTP strings are always utf-8 anyway, except in DATA with 8BITMIME, in which case it shouldn't need analysis by the SMTP parser anyway

Probably blocked on https://github.com/Ekleog/yuubind/issues/29

Ekleog commented 4 years ago

Done in #85