Axel G
Axel G
Yes you can do an automatic reply (as long as Thunderbird is running to receive the emails) using the FiltaQuilla function "reply with SmartTemplate" - I highly recommend getting a...
> Could you maybe give me some hints about how to best achieve the "NDN-look" with the mail as an attachment etc? I had a suspicion it would be possible,...
I think like always with this type of request is that you need a filter to run automatically in a folder that is different from Inbox - which is something...
please check out the version in the following comment: https://github.com/RealRaven2000/FiltaQuilla/issues/318#issuecomment-2636518355 I added a property (for IMAP folders only)  with this we can run filters automatically on non-inbox folders. not...
The script here runs in legacy mode (you do not have access to APIs) - I am not sure whether it is possible to expose APIs via scripting, but I...
there is a way to do this by using my Add-on SmartTemplates Pro and FiltaQuilla as interface between filters and SmartTempletas, you can forward using a template and then do...
PS: You can use regular expressions in SmartTemplates to extract and reuse data from the incoming email before you forward it, see: https://smarttemplates.quickfolders.org/premium.html#stringManipulation You can change the content of the...
> Thank you so much for all those details!! > > the "Forward with SmartTemplate" Action just opened an email in the forwarded state, but didn't send it automatically. it...
> I can just stick things like `%header.remove(subject,"Fwd: ")%` in the `.htm` file, correct? No need to wrap them in a `` block or something? that's correct just put it...
> Plodding along through various elements... Currently stuck at > `%matchTextFromSubject("/Vox: (.*) via/",1,toclipboard)%` not working (example subject might be `Vox: Fred Flint via`. RegEx works in the tester. > All...