Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

initial Release

Latest

Choose a tag to compare

@Adwaith-Rajesh Adwaith-Rajesh released this 31 May 15:16

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.