Go to file
baalajimaestro 7c772a3f8f
Fix readme
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-08-22 13:06:22 +05:30
.vscode Init very basic mail deleter 2020-12-25 00:24:10 +05:30
src Run cargo fmt 2022-08-22 12:23:51 +05:30
.gitignore Add patterns file to gitignore 2022-08-22 11:09:09 +05:30
.gitlab-ci.yml Add gitlab ci config 2022-08-22 12:46:56 +05:30
Cargo.lock Move all the creds to env vars 2022-08-22 10:38:55 +05:30
Cargo.toml Bump rust version 2022-08-22 11:09:43 +05:30
Dockerfile Add a dockerfile for docker deployments 2022-08-22 12:44:57 +05:30
LICENSE License and add readme 2020-12-25 00:33:53 +05:30
README.md Fix readme 2022-08-22 13:06:22 +05:30

Mail Deleter

Filtering mails that come through different mail ids or from ids that also carry valuable info, can be hard

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

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.

Required variables:

  • IMAP_DOMAIN: IMAP Server Domain
  • IMAP_PORT: IMAP Server Port
  • IMAP_USERNAME: IMAP Authentication Username
  • IMAP_PASSWORD: IMAP Authentication Password