please add the possibility to set email commands as headerfields:
as an example, the email could look like:
X-Phabricator-Assign: alincoln X-Phabricator-Priority: High
What about the usefulness?
I would like to auto assign all incoming support emails to my account. So I created a sieve-script for the shown example:
# rule:[Support] if anyof (header :contains "To" "support@example.net") { addheader "X-Phabricator-Assign" "alincoln"; addheader "X-Phabricator-Priority" "High"; redirect "phabricator+support@example.net"; }
Adding commands to the mail content by sieve like Email Commands: Tasks needs external self-written scripts.
You see, the solution by adding header is much more easier to implement.
May you please add support for this feature? I can play tester for this request.