
LetterFeed
Convert email newsletters into RSS feeds via IMAP
LetterFeed converts email newsletters into RSS feeds by periodically scanning an IMAP mailbox for messages from configured senders and publishing each message as a feed entry. It provides a web UI for basic configuration and is distributed with Docker Compose for easy deployment.
Key Features
- Polls an IMAP mailbox (IMAP over SSL, port 993) and detects new emails from configured senders
- Generates per-sender RSS feeds with extracted email content as feed entries
- Web UI for configuring senders and some credentials; additional settings available via environment variables
- Docker Compose-based deployment for straightforward self-hosting and updates
- Environment variables (.env) locking to control which settings are editable from the UI
- Processes HTML and plain-text email content into feed items suitable for RSS readers
Use Cases
- Subscribe to email newsletters in any RSS reader instead of an inbox
- Archive and index newsletter content for personal reference or backups
- Feed newsletters into other automation or aggregation systems that consume RSS
Limitations and Considerations
- Requires direct IMAP access to a mailbox; providers that block IMAP or require OAuth2 app flows may need app-specific passwords or additional configuration
- Complex or heavily scripted newsletters may not render identically when converted to RSS; embedded scripts and some interactive elements will be stripped
- Focused on newsletter-to-RSS conversion; not a full-featured multi-tenant email management or advanced parsing platform
LetterFeed is a lightweight, practical solution for anyone who prefers to read newsletters via RSS. Its Dockerized deployment and simple UI make it easy to run on personal servers or small instances.
Categories:
Tags:
Tech Stack:
Similar Services

RSSHub
RSS feed generator for websites and platforms without RSS
RSSHub generates RSS/Atom/JSON feeds for thousands of sites and services that don’t provide feeds, exposing them as subscribable endpoints you can self-host.

Glance
Self-hosted, configurable dashboard for feeds and status widgets
Glance is a lightweight self-hosted dashboard that aggregates RSS and other widgets (Reddit, YouTube, weather, markets, server stats) into customizable pages.

Karakeep
Self-hosted bookmarks, notes, and media with AI tagging and search
Self-hostable bookmark-everything app for links, notes, images, PDFs, and archives with full-text search, AI tagging/summaries, RSS ingestion, and API access.

Linkwarden
Self-hosted collaborative bookmark manager with archiving and annotation
Self-hosted collaborative bookmark manager with reader mode, highlights, tagging, full-text search, and automatic webpage preservation as screenshots and PDFs.


FreshRSS
Lightweight self-hosted RSS and Atom feed aggregator
FreshRSS is a fast, multi-user RSS/Atom feed aggregator with tagging, search, OPML import/export, WebSub push updates, and optional web scraping for sites without feeds.

wallabag
Read-it-later web app for saving and classifying articles
wallabag is a self-hostable read-it-later service to save web pages, extract clean article content, tag and organize items, and read them on any device.
Docker
TypeScript
Python
Python runtime
Node.js