|
|
5 years ago | |
|---|---|---|
| .gitignore | 10 years ago | |
| LICENSE | 11 years ago | |
| README.md | 10 years ago | |
| email_stats.py | 5 years ago | |
| sample.png | 11 years ago |
A short script to do simple analysis of mbox email files.
Currently the script:
In the future, I would like to add capabilities to:
For usage information:
$ python email_stats.py -h
usage: email_stats.py [-h] [--plotroot PLOTROOT] [--title TITLE]
[--sendercolors SENDERCOLORS]
mbox
positional arguments:
mbox Mailbox to analyze.
optional arguments:
-h, --help show this help message and exit
--plotroot PLOTROOT, -p PLOTROOT
Root name for output plots.
--title TITLE, -t TITLE
Plot title root.
--sendercolors SENDERCOLORS, -s SENDERCOLORS
Comma separated list of search strings for the sender
field. Each will be displayed with a different color.
The script is licensed under the GPLv3.