RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.1k stars 883 forks source link

Allow adding multiple action per Sieve filter #2070

Open tdauth opened 3 years ago

tdauth commented 3 years ago

RainLoop version, browser, OS: ??, Firefox, Windows

Expected behavior and actual behavior: When I go to the settings and to filters and add a filter I want to be able to add MULTIPLE actions per filter. Otherwise, I will have to copy all my conditions again. There could also be some action button when reading to mail to create a server-side filter. The whole GUI is really useful but seems to be really simple. Copying&Pasting filters would also be really useful.

Steps to reproduce the problem: Go to settings -> filters -> add a new filter.

Logs or screenshots:

the-djmaze commented 3 years ago

Although it is not what you asked, but RainLoop has a raw filter mode so you can write more complex scripts.

My fork has extended the Sieve editor to allow management of all available Sieve scripts (because you might also use other programs that support Sieve).

There are more people interested so i will try to merge my changes into a pull request.

master3395 commented 2 years ago

Although it is not what you asked, but RainLoop has a raw filter mode so you can write more complex scripts.

My fork has extended the Sieve editor to allow management of all available Sieve scripts (because you might also use other programs that support Sieve).

There are more people interested so i will try to merge my changes into a pull request.

How's this going, does it work fine on 1.16.0?