Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plttn/mail-mesh
A Sieve ruleset designed to make working with email great
https://github.com/plttn/mail-mesh
Last synced: 5 days ago
JSON representation
A Sieve ruleset designed to make working with email great
- Host: GitHub
- URL: https://github.com/plttn/mail-mesh
- Owner: plttn
- License: mit
- Created: 2023-02-16T04:20:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T21:18:16.000Z (over 1 year ago)
- Last Synced: 2024-12-17T02:46:25.316Z (7 days ago)
- Language: Sieve
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mail Mesh
Full credit for the initial regular expressions and rule work goes to Cory: [Handling inbound email on Fastmail](https://coryd.dev/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/)
## How to use
Use in your Sieve rules. As this was designed for Fastmail, these rules are assumed to be included:
``` sieve
require ["fileinto", "reject", "vacation", "imap4flags", "notify", "envelope", "body", "relational", "regex", "subaddress", "copy", "mailbox", "mboxmetadata", "servermetadata", "date", "index", "comparator-i;ascii-numeric", "variables", "editheader", "duplicate", "vacation-seconds"];
```## Customization
This is designed to forward to a reading app, as well as a package tracking app. Adjust the forwarding destination to fit your needs.