Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple filter rule to add tags to incoming messages via Sieve #1116

Closed
djast opened this issue May 1, 2023 · 1 comment
Closed

Add simple filter rule to add tags to incoming messages via Sieve #1116

djast opened this issue May 1, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation sieve filter scripting

Comments

@djast
Copy link

djast commented May 1, 2023

Is your feature request related to a problem? Please describe.
It would be useful if custom tags could be applied to messages via a simple filter action in Settings -> Filters if the IMAP server supports the imap4flags extension.

Describe the solution you'd like
Under Filters -> Settings -> rainloop.user -> Add a Filter, present "Tag with" (or "Add tag(s)", "Apply tag(s)" or whatever wording you prefer) as a possible Action; when selected, display the list of checkboxes for custom tags to be applied (as it appears in the tags dropdown in the message pane).

Describe alternatives you've considered
This appears to be possible using an Advanced filter, by adding

require ["imap4flags"];

to the script, and defining a rule with an action such as

addflag "Work";

but it seems useful enough to make available via the Simple filter mechanism.

@the-djmaze
Copy link
Owner

#80 (comment)

The current simple editor will stay as-is to be compatible with RainLoop users.

@the-djmaze the-djmaze added the documentation Improvements or additions to documentation label May 2, 2023
@the-djmaze the-djmaze closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2023
@the-djmaze the-djmaze added the sieve filter scripting label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation sieve filter scripting
Projects
None yet
Development

No branches or pull requests

2 participants