Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.