add cli for enron
This commit is contained in:
parent
98f42d3efc
commit
a8d798692d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
some fields failed to parse, the parser did not crash and
|
||||||
parsed the other fields of the email correctly.
|
parsed the other fields of the email correctly.
|
||||||
|
|
||||||
|
Run it on your machine:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo test -- --ignored --nocapture enron500k
|
||||||
|
```
|
||||||
|
|
||||||
Planned: jpbush, my inbox, etc.
|
Planned: jpbush, my inbox, etc.
|
||||||
|
|
||||||
### Fuzzing (expected)
|
### Fuzzing (expected)
|
||||||
|
|
Loading…
Reference in a new issue