-
-
Notifications
You must be signed in to change notification settings - Fork 72
Implement 'pipe' #283
Copy link
Copy link
Closed
Labels
Add-OnIssue affects the legacy thunderbird addonIssue affects the legacy thunderbird addonAppIssue affects the standalone applicationIssue affects the standalone applicationenhancement
Milestone
Metadata
Metadata
Assignees
Labels
Add-OnIssue affects the legacy thunderbird addonIssue affects the legacy thunderbird addonAppIssue affects the standalone applicationIssue affects the standalone applicationenhancement
Prerequisites
Is your feature request related to a problem?
Yes, pipe is not supported and so the editor UI doesn't load. For it to work in dovecot, you'll need the
vnd.dovecot.pipeplugin required.Describe the solution you'd like
pipeis a valid command in sieve for redirecting the email into a script. I have it in my own manually edited sieve file, which when trying to load with the plugin, gives an error.Additional context
Just an additional info, the UI should be adjusted for handling preset colors. I have my thunderbird colors overridden from the settings, which makes it look like this:



As it can be seen, the checkboxes (toggles) are unable to see which state they're in. Also, the editor looks like this (also notice the require line for the
pipeplugin):I can live with that, but for example, selected text is not displayed as selected.
Excerpt of the visual editor: