dead-letter: Local .eml to .md Converter with CLI, Web UI, and MCP Server

dead-letter converts .eml files into Markdown with YAML front matter. It handles thread splitting, signature stripping, attachment extraction, and calendar event parsing. The tool runs entirely locally — no server, no auth, no telemetry.
Four Ways to Use It
- CLI:
dead-letter convert inbox/ --output out/ - Python:
from dead_letter import convert - Web UI: drag-and-drop, watch mode, per-file conversion grades, processing history
- MCP server: allows Claude Desktop, Claude Code, and Codex to call it directly
Key Features
- Normalizes email exports into Markdown with YAML front matter
- Splits thread-based email chains into separate documents
- Strips signatures using heuristics
- Extracts attachments and calendar events
- Local-only — no server, no auth, no telemetry
Built with Claude Code. The author is open to community input on edge cases, weird .eml files that break the pipeline, and feature ideas. The tool is available on GitHub at BigCactusLabs/dead-letter.
📖 Read the full source: r/ClaudeAI
👀 See Also

ATLAS: Open-Source Test-Time Compute Pipeline for Qwen3-14B Achieves Frontier-Level Coding Performance
A college student has developed ATLAS, an open-source test-time compute pipeline built around Qwen3-14B that achieves 74.6% pass@1 on LiveCodeBench v5 problems at ~$0.004 per task in electricity costs. The system is slow for complex problems but offers comparable performance to frontier models like GPT-5 (84.6%) and Claude 4.5 Sonnet (71.4%).

80-line Python script uses Claude to auto-generate internal link suggestions, cuts linking time from 2 hours to 8 minutes
A Reddit user built an 80-line Python script that feeds an article draft and sitemap to Claude, returning relevant internal link targets with suggested anchor text — reducing manual linking time from 2 hours to 8 minutes per article.

3D-Printed Clawd Mascot with ESP32-Powered Mochi Bot
A developer built a physical 3D Clawd inspired by the Claude Code mascot, with an ESP32-driven Mochi bot featuring a small display. Files and code available on MakerWorld and GitHub.

Weejur: A Simple UI Front-End for GitHub Pages Publishing
Weejur is a free tool that provides a simplified UI for publishing websites via GitHub Pages, allowing users to paste HTML or upload files after OAuth login.