add cli for enron

This commit is contained in:
Quentin 2023-06-19 16:10:02 +02:00
parent 98f42d3efc
commit a8d798692d
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -56,6 +56,12 @@ the From/To/Cc fields were simply completely wrong, but while
some fields failed to parse, the parser did not crash and
parsed the other fields of the email correctly.
Run it on your machine:
```bash
cargo test -- --ignored --nocapture enron500k
```
Planned: jpbush, my inbox, etc.
### Fuzzing (expected)