Skip to content

Fetching and Processing Emails

Panagiotis Antoniadis edited this page Jun 20, 2019 · 4 revisions

The extraction.py tool is used to fetch all the sent emails of the user, process them in the desired format and save them.

Usage:

$ python extraction.py -h
usage: extraction.py [-h] --out OUT [--reload RELOAD] [--info INFO]

Tool for extracting emails from a user's account

optional arguments:
  -h, --help       show this help message and exit

required arguments:
  --out OUT        Output directory

optional arguments:
  --reload RELOAD  If true, remove any existing account.
  --info INFO      If true, create an info file containing the headers.

Clone this wiki locally