RealRaven2000 / FiltaQuilla

Adds many new mail filter actions to Thunderbird
http://quickfilters.quickfolders.org/filtaquilla.html
GNU General Public License v3.0
88 stars 17 forks source link

Is there any way to use filtaquilla to modify emails before sending them? #160

Open claudio-salvio opened 2 years ago

claudio-salvio commented 2 years ago

Hello,

I would like to perform certain actions automatically on emails before sending. For example: automatically tag according to conditions such as the recipient, or for example require acknowledgement if the recipient domain is a particular one.

Thank you very much for keeping this project going.

Best regards, Claudio

RealRaven2000 commented 2 years ago

as far as I know the architecture of Thunderbird allows running filters automatically when receiving and after sending:

image

so I believe tag based on recipient should be possible as a standard (even without FiltaQuilla), even though I haven't tried that.

The acknowledgement before send isn't really a filter action, looks more like something for a dedicated add-on that does compose scripts. You can automate quite a lot on the composer side with the Add-on SmartTemplates (but it hasn't currently got any blocking conditions - that may be too specialized even for this one)