|
|
@@ -4,7 +4,7 @@ A short script to do simple analysis of mbox email files.
|
|
|
|
|
|
Currently the script:
|
|
|
|
|
|
-* plots time vs day of all emails, optionally color-coded by user-specified sender information
|
|
|
+* plots time vs day of all emails, optionally color-coded by user-specified sender information (example below)
|
|
|
|
|
|
In the future, I would like to add capabilities to:
|
|
|
|
|
|
@@ -40,6 +40,9 @@ optional arguments:
|
|
|
field. Each will be displayed with a different color.
|
|
|
```
|
|
|
|
|
|
+## Sample Output
|
|
|
+
|
|
|
+<img src="https://raw.githubusercontent.com/privong/email_analytics/master/sample.png">
|
|
|
|
|
|
## License
|
|
|
|