Show HN: Local Email Client for AI Horseless Carriages
shahahmed
created: July 24, 2025, 5:36 p.m. | updated: July 24, 2025, 7:39 p.m.
AI-native Email Inbox (Alpha)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.
We welcome feedback and plan to improve and expand based on user feedback and interest.
Configure CredentialsCreate web-app/api/credentials.py :# OpenAI API Key OPENAI_API_KEY = 'your-openai-api-key'3.
Add User AccountYou can add user accounts through the web interface or programmatically:python -c " from database import db db.put_user('[email protected]', 'imap.gmail.com', 'your-app-password') print('User added!')
1 week, 3 days ago: Hacker News: Front Page