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
22 stars 7 forks source link

redirect (RFC-5228 4.2) #38

Open fraxflax opened 1 month ago

fraxflax commented 1 month ago

The action 'redirect' as specified in RFC-5228 4.2 does not seem to be implemented.

It would be a very useful feature allowing Proton to become worthy contender to gmail allowing automated delegations of e-mails so it can be used in professional manner, therefore I suggest that it would be introduced.

LeGmask commented 1 month ago

Any updates about this ?

mathroc commented 1 month ago

Hi!

We have enabled forwarding message at the end of last year ( https://proton.me/blog/email-forwarding ) and this indeed opens the door to implement the redirect extension in sieve too. It'll come with some additional efforts / limitations, as you would first have to enable forwarding for the target addresses in your Proton settings. But after that, it should be possible.

It's probably going to be implemented at some point, but it's not on the roadmap yet. To speed up getting this prioritized, I would suggest creating a feature suggestion at https://protonmail.uservoice.com (or upvoting it if it already exists)

thank you for the suggestion!