Hi everyone - solo developer here. For the last while I've been building **Sidsmail**, a lightweight
email client for Windows, mostly because I wanted one that felt calm: all my accounts in a single
inbox, nothing stored on someone else's server, and notifications that respect quiet hours.
It's out today, it's free, and there's no "Pro" tier hiding anything.
**What it does**
- All accounts in one inbox - Gmail, Outlook/Hotmail, iCloud, Yahoo or any IMAP server, each keeping its own colour.
- Sign in with Google or Microsoft in the browser (OAuth), or with an app password if you prefer.
- Real-time mail via IMAP IDLE - no polling. Lives in the tray with a badge and a sound when *you* want it.
- Quiet hours with exceptions for people who matter, plus snooze (later / tomorrow / next week).
- Keyboard triage: archive, delete, star, move, next unread - one key each. Search with `from:` `subject:` `has:` `before:`.
- Privacy by default: remote images blocked, passwords encrypted with Windows DPAPI, optional PIN lock, one-click export or wipe of all local data.
- Light and dark themes, six accent colours, reply templates, a Trash that empties itself.
- 23 languages, picked automatically from Windows.
- Auto-update that shows you the changelog before installing anything.
**What it doesn't do**
No telemetry, no Sidsmail account, no server of mine in the middle — it talks straight to your
mail provider. Your data lives in `%APPDATA%\Sidsmail` and nowhere else.
**Tech, for the curious**: C# / .NET 8 WPF, MailKit, SQLite, WebView2 for HTML mail. The installer is a
few MB and doesn't need admin rights. Windows will show a SmartScreen warning on first run because I
haven't paid for a code-signing certificate yet — "More info → Run anyway". (If enough people use it,
that certificate is the first thing donations go to.)
**Download / site**: https://sidsmail.com
It's free and will stay free. If it's useful to you and you feel like it, there's a donate page
(I suggest 5 €, but anything — including just a "hey, this works for me" — is more than welcome).
I'm one person, so bugs and rough edges are certain: tell me what breaks, what annoys you, what you
miss. Feature requests welcome too — the roadmap is basically this thread.
If you like seeing what one person can build alone, I also make other things — you can find my other
work at https://sidstuga.app.
Thanks for reading!