From 5286c69c39805a4ea31a9fd11b917ea9031e12e7 Mon Sep 17 00:00:00 2001 From: suncadgeek <86790709+Suncadgeek@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:40:36 +0000 Subject: [PATCH 1/2] Add Sterna Mail client information Added Sterna Mail client with details including href, languages, and license. --- pages/software.liquid | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/software.liquid b/pages/software.liquid index fcf4113..e7dae79 100644 --- a/pages/software.liquid +++ b/pages/software.liquid @@ -88,6 +88,14 @@ sections: href: https://github.com/linagora/tmail-flutter languages: [Dart] body: Android, iOS and web client. + - title: Sterna Mail + href: https://codeberg.org/emon/sterna-mail + languages: [Kotlin] + license: GPLv3 + body: >- + A private, native Android email client for JMAP, with full + IMAP/SMTP support. No Google services, push without FCM, + multi-account unified inbox. Tested against Stalwart. - label: Servers items: - title: Apache James From 5dd54c4799f9ecc946262b8e35b198b7cfab7307 Mon Sep 17 00:00:00 2001 From: suncadgeek <86790709+Suncadgeek@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:33:39 +0000 Subject: [PATCH 2/2] Move Sterna Mail to alphabetical position --- pages/software.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/software.liquid b/pages/software.liquid index e7dae79..fa614a6 100644 --- a/pages/software.liquid +++ b/pages/software.liquid @@ -84,10 +84,6 @@ sections: body: >- Full email app with chat, video conference and calendar. For Windows, macOS, Linux. - - title: Twake Mail Client - href: https://github.com/linagora/tmail-flutter - languages: [Dart] - body: Android, iOS and web client. - title: Sterna Mail href: https://codeberg.org/emon/sterna-mail languages: [Kotlin] @@ -96,6 +92,10 @@ sections: A private, native Android email client for JMAP, with full IMAP/SMTP support. No Google services, push without FCM, multi-account unified inbox. Tested against Stalwart. + - title: Twake Mail Client + href: https://github.com/linagora/tmail-flutter + languages: [Dart] + body: Android, iOS and web client. - label: Servers items: - title: Apache James