From 5da1f68b8ec6353716695b15630ffc3c311c1fbb Mon Sep 17 00:00:00 2001 From: Mauro D Date: Sun, 3 Dec 2023 13:43:38 +0100 Subject: [PATCH] Add Stalwart Mail Server to Communication - Email - Complete Solutions (#318) Co-authored-by: nodiscc --- software/stalwart-mail-server.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/stalwart-mail-server.yml diff --git a/software/stalwart-mail-server.yml b/software/stalwart-mail-server.yml new file mode 100644 index 0000000000..bcc77a60d3 --- /dev/null +++ b/software/stalwart-mail-server.yml @@ -0,0 +1,11 @@ +name: "Stalwart Mail Server" +website_url: "https:/stalw.art" +source_code_url: "https://github.com/stalwartlabs/mail-server" +description: "All-in-one mail server with JMAP, IMAP4, and SMTP support and a wide range of modern features." +licenses: + - AGPL-3.0 +platforms: + - Rust + - Docker +tags: + - Communication - Email - Complete Solutions