Sieve is a language that is used to automatically react to email, primarily, to sort them into folders.
Examples
- https://github.com/horazont/ansible-dovecot/blob/master/files/imapsieve/antispam-move-ham.sieve
- https://github.com/leagris/githubsieve/blob/master/github.sieve
- https://github.com/StayPirate/sieve-susede
- https://github.com/SoMuchToGrok/email-sieves/blob/main/sieves/zz-orders-and-shipping.sieve
- https://www.reddit.com/r/fastmail/comments/qahdf3/my_custom_sieve_script_for_putting_emails_into/
- https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples
- https://protonmail.com/support/knowledge-base/sieve/
- https://support.tigertech.net/sieve
- https://msg.wikidoc.info/index.php/Sieve_supported_extensions
- https://www.fastmail.com/help/technical/sieve.html
- https://www.gyford.com/phil/writing/2010/07/02/sieve-filters/
After creating a sieve script, you’ll probably want to reorganize your email. Check out my notes on how to do that by running the script locally.