ProtonMail / libsieve-php

libsieve-php is a library to manage and modify sieve (RFC5228) scripts. It contains a parser for the sieve language (including extensions) and a client for the managesieve protocol. It is written entirely in PHP 8+.
https://packagist.org/packages/protonlabs/libsieve-php
GNU General Public License v3.0
21 stars 7 forks source link

README mentions absent managesieve client #37

Open martinvonwittich opened 11 months ago

martinvonwittich commented 11 months ago

The README says:

It contains a parser for the sieve language (including extensions) and a client for the managesieve protocol.

I've looked through the code, but can find no such client. Apparently it has been removed in 5e0a96a297f1128de973388c3998bfe33ea0c6c4?

The README should probably be updated to reflect that.