Ohodnoceno 5 z 5 hvězdiček

Brilliant!!!
I've been looking for a simple way to save all attachments from a message to a given folder, depending on the type of message. This addon + Filter Button by Christophk make this a breeze. I create a new filter to do whatever (like save all attachments to a given folder), and then I can use the "run filter" drop-down that Filter Button adds to the message to run the filter manually whenever I want!
One thing I wish it had: the ability to generate the filename that the attachment is saved as, and possibly a confirmation dialog like "Filter ran successfully".
---
In reply to Axel's comment:
Apparently there is no facility to reply to a "developer reply" so I am editing my review to reply to you.
I run Thunderbird 60.6.0.
It's working fine for me at the moment, I don't have any issues :-) just a short wishlist!
Thanks so much for your work. I don't get why some people leave one- or two-star reviews for free plugins just because they encounter some minor issues!

Tato recenze je pro předchozí verzi doplňku (1.4.1). 

Maybe go over to our issue tracker:
https://github.com/RealRaven2000/FiltaQuilla/issues
Which version of Thunderbird do you run? I am still working out some kinks with attachments in Tb60

Ohodnoceno 4 z 5 hvězdiček

Great message filter add-on. It saves me lot of time to save pdf attachments for later review. But I have an issue of 'Save Attachment To' action on network drive. Although I tried to save to a network drive, say '\\Kaa-sd-sf-01\Scan\EMAIL_ATTACHMENT', it always appears '\Kaa-sd-sf-01\Scan\EMAIL_ATTACHMENT' and then this filter rule fails to work after I restart Thunderbird. To make it work, I need to manually correct '\\' at the beginning of path. Do you have any idea? Thanks again for the good work!

I am running Windows 10 and TB 60.6.0 (32-bit).

Tato recenze je pro předchozí verzi doplňku (1.4.1). 

See:
https://github.com/RealRaven2000/FiltaQuilla/issues/2
for more detail. It's opening the edit dialog that removes the first backslash. the problem is that the Javascript string compiler reads "\\" as a single backslash (as the backslash is also used for escaping special characters)

The workaround is to add another backslash:

\\\my\network\path

Ohodnoceno 4 z 5 hvězdiček

great tool to get better and more refined filters but would it be possible to add regex to attachment name?
e.g. I need to only filter mails with attachments O-(\d)+-(TRA|PRF)-\d+\.pdf so they can be automatically printed

Tato recenze je pro předchozí verzi doplňku (1.4.1). 

Sure, may be a good idea; attachment support is a little ropy at the moment anyway and needs a number of fixes - can you raise an issue here please?
https://github.com/RealRaven2000/FiltaQuilla/issues

Ohodnoceno 5 z 5 hvězdiček

Once upon a time , we had the body (regex) and from(regex)
And it worked so good for me.
Would you please include them again?

Tato recenze je pro předchozí verzi doplňku (1.4.1). 

Ohodnoceno 5 z 5 hvězdiček

Scratch that, sry.
Just got thegist of it.
Really smooth

Tato recenze je pro předchozí verzi doplňku (1.4.1).  Tento uživatel má jednu dřívější recenzi tohoto doplňku.

Ohodnoceno 4 z 5 hvězdiček

Great job, but Detaching keeps crashing my TB 60.3.3. Protocol keeps telling how many messages it went thru, but only a few attachments appear in set folder. Nothing is detached from messages...

Tato recenze je pro předchozí verzi doplňku (1.4.1). 

thanks for the report - can you go to
https://github.com/RealRaven2000/FiltaQuilla/issues
for bug tracking please? Please also state whether you are using IMAP and whether all messages are fully downloaded at time of running the filters.

Ohodnoceno 5 z 5 hvězdiček

I wanted to filter emails whose subject contained "[Offspring]" which were To or CC to an email address. I was able to select the new "To or CC to" option without any regular expression or Boolean stuff. Excellent!

Tato recenze je pro předchozí verzi doplňku (1.4.1). 

Ohodnoceno 5 z 5 hvězdiček

Hello, TB suddenly (since one or two weeks, and after years of compatibility) tells me that filtaquilla is not compatible with TB 45.8.0.
I think in cannot grow on bigger TB than 45.8.0 because my MacOS is 10.6.8.

Is there a solution ?

EDIT :
Sorry, no change, i ve tried to re-install but TB doesn't want to.
I have some screen capture if you want. is this possible to send mails or mp on this website ?

Tato recenze je pro předchozí verzi doplňku (1.4.1). 

I have just lowered the minimum version to 45.0 can you try updating again?

Ohodnoceno 3 z 5 hvězdiček

manofcrowd's post is referring to maxVersion which Char101 already pointed out. I was referring to a change to minVersion in addition to maxVersion. When you say "works", have you tried editing a preference under "Tools/Add-on Options/FiltaQuilla"?

Tato recenze je pro předchozí verzi doplňku (1.3.2).  Tento uživatel má jednu dřívější recenzi tohoto doplňku.

Ohodnoceno 5 z 5 hvězdiček

FiltaQuilla works with Thunderbird 60 by applying http://kb.mozillazine.org/Editing_an_add-on_to_change_its_compatibility i.e. changing from 45.* to e.g. 60.*

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 1 z 5 hvězdiček

In addition to char101's mods you'll also need to update the maxVersion value on line 17 of install.rdf to at least the current version number of TB. This means it will install and run; it doesn't mean it will work

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 5 z 5 hvězdiček

To make this addon work with thunderbird 60:
1) quit thunderbird
2) go to your profile folder, go to extensions, find filtaquilla@mesquilla.com.xpi, unzip it
3) open "content/filtaquilla.js" and replace (a) in line 1180 "for each (var tagInfo in tagArray)" into "for (var tagInfo of tagArray)" (b) in line 1542 "for each (let tagInfo in tagArray)" into "for (let tagInfo of tagArray)"
4) zip it again, rename into filtaquilla@mesquilla.com.xpi and replace the old filtaquilla@mesquilla.com.xpi

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 3 z 5 hvězdiček

Used to be good until update to TB 60, wher it automatically got disabled, Any plans to migrate this to TB60+?

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 5 z 5 hvězdiček

Nice addon but it does not work with TB 60.

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 5 z 5 hvězdiček

Excellent addon and saves you lots of time by using regex matches. Hopefully it will come to thunderbird 60 soon

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 4 z 5 hvězdiček

This extension mostly works, but I find that its Suffix to Subject action does not work. Nothing is added at the end of the subject line of the email.

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 4 z 5 hvězdiček

I need do save some externsion, not all download.
Example "XML" or "xml".

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 5 z 5 hvězdiček

Click download anyway then install from file. Still works perfectly.

Looks like the dev just Needs a max version update.

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 5 z 5 hvězdiček

I've been stuck in TBird 45.3 because its the last version that AttachmentExtractor will still work in. I've been searching for a long time for a way to auto save attachments in TBird and never knew FiltaQuilla could do it until now.

So for the search engines: auto save attachment extractor

FiltaQuilla can do it. It also has excellent other filter features, but I've seen many people looking online for a replacement to AutoExtractor but never saw anyone recommending FiltaQuilla.

Now I just have to see if FiltaQuilla will work in the latest version of TBird (52 right now)

Tato recenze je pro předchozí verzi doplňku (1.3.2). 

Ohodnoceno 5 z 5 hvězdiček

The addons "FiltaQuilla" and "Shedule Filters" should be built-in features of Thunderbird.

Its sad that I was not able to perform this Javascript Action with Body example:
for (let index = 0; index < msgHdrs.length; index++)
{
let hdr = msgHdrs.queryElementAt(index, Ci.nsIMsgDBHdr);
hdr.subject = "[Hello, world] " + hdr.subject;
}

It displays the [Hello, world] in the message list, but its not saved to the IMAP server and after moving the mail to another folder this change disappears. :(

Tato recenze je pro předchozí verzi doplňku (1.3.2).