https://github.com/adwaith-rajesh/email-dump
dump all the email from a user.
https://github.com/adwaith-rajesh/email-dump
dump email python3
Last synced: about 1 year ago
JSON representation
dump all the email from a user.
- Host: GitHub
- URL: https://github.com/adwaith-rajesh/email-dump
- Owner: Adwaith-Rajesh
- License: mit
- Created: 2023-05-31T11:21:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T15:16:09.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T17:29:16.399Z (about 2 years ago)
- Topics: dump, email, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# email-dump
Download all the emails sent by a user into separate folders along with attachments.
## Why
I made `email-dump` to be used alongside one of my other project [Calsen](https://github.com/Adwaith-Rajesh/calsen) which is a search engine for files. with email dump
I can now search for files in my mail.
The dump will also contain a file that has the subject and body in it.
This should allow [Calsen](https://github.com/Adwaith-Rajesh/calsen) to search through the email body, and at the very least, allows me to get to the directory that has the
attachment.
## Installation
```console
pip3 install email-dump
```
## Usage
```console
email-dump --from fromemail@example.com --dir /dir/to/dump/the/email
```
- passing _email_ and _password_ directly from the command line
```console
email-dump --from fromemail@example.com --dir /dir/to/dump/the/email --email youemail@example.com --password supersecretpassword
```
> `email-dump --help` for more details
## Bye.....