From a8d798692d74ed1b4eff977e2a44c919b9e3066e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 19 Jun 2023 16:10:02 +0200 Subject: [PATCH] add cli for enron --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 69bba94..91618d5 100644 --- a/README.md +++ b/README.md @@ -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)