Email Feed is a Thunderbird extension that transforms any email folder into a clean, readable feed, similar to a social media timeline. It's designed to help you quickly browse newsletters, updates, and other non-urgent emails without the clutter of a traditional email client.
It allows you to create a workflow that moves newsletters and similar emails to a folder with filters and as read. This way, your inbox won't see them, and you won't receive notifications for non-urgent emails. When you have time, you can read them all at once in a nice feed-like view.
- Feed View: Display emails from any folder in a simple, chronological feed.
- Privacy First: Automatically blocks tracking pixels, spy images, and tracking links in your emails.
- Easy Navigation: Right-click any folder to open it as a feed in a new tab.
- Clean Interface: A minimalist design that lets you focus on the content of your emails.
- Theme Aware: Automatically adapts to Thunderbird's light and dark themes.
- Install the extension in Thunderbird.
- In the folder pane, right-click on any email folder you want to view as a feed.
- Select "Open as Feed" from the context menu.
- A new tab will open with the emails from that folder displayed as a feed.
Email marketing has become increasingly invasive, with most commercial emails containing trackers that report your activity back to the sender. Email Feed helps protect your privacy by blocking these trackers.
The tracker blocking is based on a comprehensive list of known tracking domains and patterns. It removes:
- Invisible tracking pixels (1x1 images)
- Images and links that redirect through tracking services
- Tracking scripts and other spy elements
This feature is enabled by default and requires no configuration.
You can install Email Feed from the Thunderbird Add-ons store.
Alternatively, you can build it from the source:
- Clone this repository.
- Run
npm installto install dependencies. - Run
npm run buildto create a distributable.zipfile. - In Thunderbird, go to
Tools > Add-ons and Themes, click the gear icon, and select "Install Add-on From File...". - Select the generated
.xpifile.