Pianificatore di filtri per cartelle cronologia delle versioni

6 versioni

Fai attenzione alle vecchie versioni!

Queste versioni sono visualizzate solo per scopo di test e archivio. Dovresti sempre utilizzare l’ultima versione di un componente aggiuntivo.

Versione 0.3.2 60.7 KiB Compatibile con Thunderbird 147.0 e seguenti

Adds a tag action, lets a rule carry more than one action, and runs rules as soon as new mail arrives.

  • New action "Tag as": apply one of your own Thunderbird tags to matched mail. Tags already on a message are kept, so several rules can tag the same message
  • A rule can now do more than one thing. "If From is in address book Friends, tag as Friends and move to the Friends folder" is one rule instead of two
  • Whatever order you put the actions in, the one that moves or deletes runs last, so the others still see the message. A rule may carry only one such action
  • Rules now also run within seconds of new mail arriving, not only on the timer. Arrivals are grouped so one mail sync causes one run, and only the rules watching the folder that got mail are checked
  • New Advanced section at the bottom of the options page: turn the new-mail trigger off, and adjust the catch-up scan interval, its lookback, and the scan overlap
  • Listing your tags for the picker asks for permission the first time you add a tag action. Applying a tag does not need it, so an existing rule keeps working either way

Versione 0.3.1 50.6 KiB Compatibile con Thunderbird 147.0 e seguenti

Adds address-book conditions and a diagnostics report for easier troubleshooting.

  • New condition "is in address book": check whether From, Reply-To or Sender is in a chosen address book, or in any of them. Tick "not" to act on mail from people you do not know
  • Access to address books is only requested when you first use this condition. If you never use it, nothing changes
  • If an address book cannot be read, its conditions do nothing rather than treating every sender as a stranger
  • New Diagnostics section at the bottom of the options page. Copy or save a report of what recent runs did and attach it when reporting a problem. Addresses, domains, patterns and folder names are hidden unless you choose to include them

Versione 0.3.0 41.5 KiB Compatibile con Thunderbird 147.0 e seguenti

Adds age conditions, so a rule can act on mail by how old it is.

  • New "age" field with "older than" and "newer than" a number of days. Combine it with any action: move security alerts to an Archive folder after 30 days, mark newsletters older than a week as read, or trash anything in a Junk folder older than 60 days
  • This covers what the folder retention policy cannot: retention can only delete, while a rule here can move, copy, mark, or delete
  • Age is measured from the message Date header, the same value Thunderbird's own "Age in Days" filter uses
  • Rules with an age condition are exempt from incremental scanning, since the mail they target is by definition not new

Versione 0.2.1 39.3 KiB Compatibile con Thunderbird 147.0 e seguenti

Versione 0.2.0 38.2 KiB Compatibile con Thunderbird 147.0 e seguenti

Adds one-click spam domain blocking from the message list, rule import and export, and a tidier options page.

  • New right-click action, "Add spam domains to Folder Filter Scheduler": select spam in any folder and its sender domains are added to a block rule that moves matching mail to Trash on your schedule
  • Domains are read from both Reply-To and From and shown in separate groups, so you can review them before anything is added. Nothing is written to a filter until you confirm
  • Well-known providers such as Gmail, Yahoo, Outlook and iCloud are never blocked. The protected list is editable on the options page
  • Subdomains match automatically, so blocking evil.com also catches bounce.evil.com
  • Import and export rules as a JSON file, for backups or for moving them between profiles. A rule you already have is detected and skipped rather than duplicated
  • Rules can be collapsed to a one-line summary, so a long list stays readable
  • Scheduled runs now look only at mail that arrived since the previous run, which keeps them fast on large folders. "Run all rules now" still scans everything
  • Requires Thunderbird 147 or newer. If you are on an older version, Thunderbird will keep you on 0.1.1

Versione 0.1.1 20.1 KiB Compatibile con Thunderbird 128.0 e seguenti

First public release.

  • Run message-filter rules on any folder, not just the Inbox
  • Schedule runs on a timer (every N minutes) or trigger them instantly
  • Match on From, To, Cc, Subject, Reply-To, List-Id, or Sender, using contains, is, starts with, ends with, or matches regex, with optional negation and AND or OR
  • Actions: move to Trash, move or copy to any folder (including a folder in a different account), mark as read, flagged, or junk, or delete permanently
  • One rule can span multiple folders and multiple accounts
  • Available in 8 languages: English, German, French, Spanish, Italian, Japanese, Simplified Chinese, and Korean