GitXplorerGitXplorer
p

mail-mesh

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
052afc0d62133e87beb83e7cea2805bd2e027e4a

Update rules.sieve

pplttn committed 2 years ago
Verified
fa0db1b47801a7d3ab53893d313d7191e8007239

Merge pull request #1 from mfisher911/patch-1

pplttn committed 2 years ago
Verified
0b8cda838ec15ff38a7db91dc6c276e1f5bb8658

Update README.md

mmfisher911 committed 2 years ago
Verified
feb15e1cd52f0b05f064d17974b0355ec6fe217f

Fix GitHub List ID

pplttn committed 2 years ago
Verified
3a324abc524d72e9359aac34c75ea584d3864543

Fix flags for marking items as read

pplttn committed 2 years ago
Verified
e88f0290167e6f439b8db87305ef755f4b999745

Add Contact auto-pin rule

pplttn committed 2 years ago

README

The README file for this repository.

Mail Mesh

Full credit for the initial regular expressions and rule work goes to Cory: Handling inbound email on Fastmail

How to use

Use in your Sieve rules. As this was designed for Fastmail, these rules are assumed to be included:

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.