2020-12-24 18:57:58 +00:00
# Mail Deleter
2022-08-22 07:06:10 +00:00
Filtering mails that come through different mail ids or from ids that also carry valuable info, can be hard
2020-12-24 18:57:58 +00:00
2022-08-22 07:06:10 +00:00
This simple program deletes mail based on all the info the `Show Original` section of your mail shows. You can choose the mailing list, or any parameter there and add it to `patterns.txt` before executing
2022-08-22 07:36:22 +00:00
2022-08-22 07:06:10 +00:00
You can add as many patterns as you wish, and all of these patterns are parsed as regex patterns, so feel free to do that as well.
2020-12-24 18:57:58 +00:00
2022-08-22 07:36:22 +00:00
**Required variables:**
- `IMAP_DOMAIN` : IMAP Server Domain
- `IMAP_PORT` : IMAP Server Port
- `IMAP_USERNAME` : IMAP Authentication Username
- `IMAP_PASSWORD` : IMAP Authentication Password