Informazioni su questo componente aggiuntivo
Folder Filter Scheduler runs your message-filter rules on any folder, automatically and on a schedule. Thunderbird only runs filters automatically on the Inbox, so mail a provider files server-side into Junk or Bulk, or anything sitting in another folder, never gets filtered. This add-on closes that gap.
What it does
Blocking spam domains
Select spam anywhere in the message list, right-click, and choose "Add spam domains to Folder Filter Scheduler". The sender domains are read from both Reply-To and From, shown to you in separate groups for review, and added to a rule that moves matching mail to Trash on your normal schedule. Subdomains are covered automatically, so blocking evil.com also catches bounce.evil.com. Well-known providers such as Gmail, Yahoo, Outlook and iCloud are never blocked, and that protected list is yours to edit.
Conditions
Match on From, To, Cc, Subject, Reply-To, List-Id, or Sender, using contains, is, starts with, ends with, or matches regex. Match on message age with older than or newer than N days, for rules such as "move alerts to Archive after 30 days". Check whether the sender is in one of your address books, or in none of them. Each condition can be negated and combined with AND or OR. A single condition can also hold a whole list of domains, which is what the right-click action fills in.
Actions
Backups and moving between profiles
Rules export to a JSON file and import back. A rule you already have is recognised and skipped rather than duplicated, so importing a shared file is safe.
When rules run
Rules run on a timer you set, and also within seconds of new mail arriving in a watched folder. Arrivals are grouped, so one mail sync causes one run, and only the rules watching the folder that received mail are checked. An Advanced section at the bottom of the options page lets you turn the new-mail trigger off and adjust the scan timings.
Speed, and about Reply-To
Conditions on From, To, Cc, and Subject use indexed data and download nothing. Conditions on Reply-To, or other non-indexed headers, need the message itself, which is fetched on demand on an online IMAP folder. For speed and offline use, enable offline storage for that folder. Scheduled runs look only at mail that arrived since the previous run, plus a wider catch-up pass every 30 minutes for mail whose Date header lags its real arrival, so a large folder stays cheap. "Run all rules now" always scans everything.
Privacy
No data is collected or transmitted. Everything runs locally inside Thunderbird, and the add-on makes no network requests of its own. Address book access is optional and only requested if you use an address-book condition. The diagnostics report is only ever shared by you, and hides addresses, domains, patterns and folder names unless you choose to include them.
Open source
Licensed under MPL-2.0. Source, issues, and contributions welcome at github.com/KayhanB21/folder-filter-scheduler
What it does
- Runs rules on any folder you choose, not just the Inbox
- Runs on a timer (every N minutes) or instantly with one click
- Works across multiple accounts in a single rule
- Builds a sender-domain blocklist from spam you already have, with one right-click
Blocking spam domains
Select spam anywhere in the message list, right-click, and choose "Add spam domains to Folder Filter Scheduler". The sender domains are read from both Reply-To and From, shown to you in separate groups for review, and added to a rule that moves matching mail to Trash on your normal schedule. Subdomains are covered automatically, so blocking evil.com also catches bounce.evil.com. Well-known providers such as Gmail, Yahoo, Outlook and iCloud are never blocked, and that protected list is yours to edit.
Conditions
Match on From, To, Cc, Subject, Reply-To, List-Id, or Sender, using contains, is, starts with, ends with, or matches regex. Match on message age with older than or newer than N days, for rules such as "move alerts to Archive after 30 days". Check whether the sender is in one of your address books, or in none of them. Each condition can be negated and combined with AND or OR. A single condition can also hold a whole list of domains, which is what the right-click action fills in.
Actions
- Move to Trash, routed to each message's own account
- Move or copy to any folder, including a folder in a different account
- Tag with one of your Thunderbird tags, keeping any tags already on the message
- Mark as read, flagged, or junk
- Delete permanently
Backups and moving between profiles
Rules export to a JSON file and import back. A rule you already have is recognised and skipped rather than duplicated, so importing a shared file is safe.
When rules run
Rules run on a timer you set, and also within seconds of new mail arriving in a watched folder. Arrivals are grouped, so one mail sync causes one run, and only the rules watching the folder that received mail are checked. An Advanced section at the bottom of the options page lets you turn the new-mail trigger off and adjust the scan timings.
Speed, and about Reply-To
Conditions on From, To, Cc, and Subject use indexed data and download nothing. Conditions on Reply-To, or other non-indexed headers, need the message itself, which is fetched on demand on an online IMAP folder. For speed and offline use, enable offline storage for that folder. Scheduled runs look only at mail that arrived since the previous run, plus a wider catch-up pass every 30 minutes for mail whose Date header lags its real arrival, so a large folder stays cheap. "Run all rules now" always scans everything.
Privacy
No data is collected or transmitted. Everything runs locally inside Thunderbird, and the add-on makes no network requests of its own. Address book access is optional and only requested if you use an address-book condition. The diagnostics report is only ever shared by you, and hides addresses, domains, patterns and folder names unless you choose to include them.
Open source
Licensed under MPL-2.0. Source, issues, and contributions welcome at github.com/KayhanB21/folder-filter-scheduler