LeoFVO / auto-rgpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto RGPD

Automatisé vos demande de suppression de données.

How to use

Get all emails that sent you mail. Here you can specify a whitelist of domain that you want to ignore.

pnpm run dev grab -e <YOUR_EMAIL> -p <YOUR_PASSWORD> --server <IMAP_SERVER> -f result.json -w whitelist.txt

Send email to all emails that you get from the previous command, and ask for delete all data that they have about you.

pnpm run dev send -e <YOUR_EMAIL> -p <YOUR_PASSWORD> --server <SMTP_SERVER> -t ./effacement_de_donnees.pug -f ./test.json --firstname leo --lastname heritier

About


Languages

Language:TypeScript 88.2%Language:Pug 11.8%