Fix readme
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
3892eef8ed
commit
7c772a3f8f
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -3,10 +3,11 @@
|
||||||
Filtering mails that come through different mail ids or from ids that also carry valuable info, can be hard
|
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
|
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.
|
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:
|
**Required variables:**
|
||||||
`IMAP_DOMAIN`: IMAP Server Domain
|
- `IMAP_DOMAIN`: IMAP Server Domain
|
||||||
`IMAP_PORT`: IMAP Server Port
|
- `IMAP_PORT`: IMAP Server Port
|
||||||
`IMAP_USERNAME`: IMAP Authentication Username
|
- `IMAP_USERNAME`: IMAP Authentication Username
|
||||||
`IMAP_PASSWORD`: IMAP Authentication Password
|
- `IMAP_PASSWORD`: IMAP Authentication Password
|
||||||
|
|
Loading…
Reference in a new issue