download all the emails sent by a user into separate folders
usage: email-dump [-h] --from FROM [--dir DIR] [--email EMAIL] [--password PASSWORD]
dump all the email sent by a specific user
options:
-h, --help show this help message and exit
--from FROM, -f FROM email of the user to dump from.
--dir DIR, -d DIR The directory to dump all the emails to.
--email EMAIL The email address used to login.
--password PASSWORD The password used to login
The _email_ and the _password_ can be provided via a prompt.