Files
kumomta/crates/message
Wez Furlong fe54ebfa52 rfc5321: change protocol parser from pest -> nom
This gives us more flexibility in how we can build our parser,
and is significantly easier to maintain.

Part of this change is allowing the command parser to recognize
the starting command verb in an otherwise failed command line
parse; the intent is to provide slightly better error codes
where SMTP defines them when we encounter such a thing.

This commit doesn't do that; it's already pretty huge.
2026-04-08 14:12:58 +01:00
..