-
Notifications
You must be signed in to change notification settings - Fork 4
Comparison of Sieve libs in PHP
Marc Laporte edited this page May 1, 2024
·
14 revisions
If you are looking for a lib in PHP in 2023 for Sieve, there are a few options:
- https://packagist.org/packages/pear/net_sieve ** Brings in Pear dependencies ** Code started somewhere between 1997 and 2002
- https://packagist.org/packages/nextcloud/horde-managesieve ** Brings in Horde dependencies ** A descendant/fork of pear/net_sieve so code seems to have started started somewhere between 1997 and 2002.
- MailSo in SnappyMail ** https://github.com/the-djmaze/snappymail/tree/master/snappymail/v/0.0.0/app/libraries/MailSo/Sieve
- https://packagist.org/packages/protonlabs/libsieve-php ** Standalone ** Started in approx 2001 and modernized for PHP 8.
- https://packagist.org/packages/henrique-borba/php-sieve-manager ** Standalone ** Started in 2022