Turn incoming emails into reliable webhooks in minutes. Replace brittle IMAP scripts and Zapier hacks. Route support tickets, orders, or alerts from any mailbox into clean JSON your services can consume.
Documentation and downloads for Proxmox Mail Gateway, including admin guides for versions 9.x, 8.x, and 7.x, as well as a datasheet.
Proxmox Mail Gateway is an open-source email security appliance designed to protect self-hosted email servers from spam, malware, and other threats. It functions as a firewall with IDS/IDP features, utilizing ClamAV, SpamAssassin, and Postfix.
A Landel Mailbug email appliance was repurposed into an AI console using an ESP32 microcontroller, text-to-speech, and the ChatGPT API.
This article details seven small Python scripts designed to automate common tasks and improve productivity on both Mac and Windows machines:
**Script Name** | **Purpose** | **Key Features/Notes** |
|---|---|---|
| **Inbox Cleaner** | Cleans email inbox | Archives or deletes emails older than a specified number of days. Works with IMAP, compatible with most email providers. |
| **S3 Backup** | Backs up files to cloud storage | Uploads files to an S3-compatible storage provider. Minimalist, suitable for daily/weekly backups. |
| **Screenshot Sorter** | Organizes screenshots | Finds screenshots, sorts them by date into a tidy folder structure. Includes a dry-run mode. |
| **Bulk Rename** | Renames multiple files | Renames files using patterns or sequentially. Uses regular expressions for advanced renaming. |
| **Arrange It** | Organizes files into folders | Moves files into categorized folders based on their extension (Images, Docs, Spreadsheets, etc.). |
| **Clipboard Save** | Saves clipboard history | Saves every new clipboard item to a daily text file. Creates a personal history of copied text. |
Mail-Archiver is an open-source, self-hosted email archiving system that allows you to take back ownership of your communication data. It's built with .NET and PostgreSQL, offering a responsive web interface for managing and backing up emails from multiple accounts.
This article details how to reduce email spam on a mail server by using local LLMs with Rspamd and Ollama, focusing on privacy and effectiveness. It covers setup instructions, troubleshooting, and performance feedback after 6 months of use.
This article details how to set up an email triage system using Home Assistant and a local Large Language Model (LLM) to summarize and categorize incoming emails, reducing inbox clutter and improving email management. It covers the setup of a REST command to interface with Ollama, the automation process, and the benefits of using a local LLM for privacy.
A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the jmap-jam client library.
DispatchMail is an open source locally run (though currently using OpenAI for queries) AI-powered email assistant that helps you manage your inbox. It monitors your email, processes it with an AI agent based on your prompts, and provides a (locally run) web interface for managing drafts/responses, and instructions.