From ef7aef93417cfa316ed8899274f15ce6fe95c066 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Wed, 2 Sep 2026 22:15:25 -0700 Subject: [PATCH] [software] add ihasmail, a JMAP webmail client for Stalwart ihasmail is an AGPL-3.0 webmail client for Stalwart Mail Server, speaking JMAP only -- no IMAP and no SMTP. It runs with a read-only filesystem and no volume, keeping nothing of its own: mail, calendars, contacts, files and Sieve filters all live on the server. Placed in Clients, alphabetically between Group-Office and JMAP Demo Webmail. https://ihasmail.org/ https://github.com/Coffey-Labs/ihasmail --- pages/software.liquid | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/software.liquid b/pages/software.liquid index 7f0c389..0b8e00f 100644 --- a/pages/software.liquid +++ b/pages/software.liquid @@ -65,6 +65,14 @@ sections: href: https://github.com/Intermesh/groupoffice languages: [Javascript] body: Open source groupware and collaboration platform. + - title: ihasmail + href: https://ihasmail.org/ + languages: [TypeScript, React] + license: AGPLv3 + body: >- + Immutable webmail for Stalwart Mail Server: mail, calendars, + contacts, files and Sieve filters in one app, speaking only + JMAP. Runs read-only, with no database and no volume. - title: JMAP Demo Webmail href: https://github.com/jmapio/jmap-demo-webmail languages: [JavaScript]