feat: add Stalwart Mail Server (#146)

This commit introduces a new blueprint for the Stalwart Mail Server, including configuration templates, Docker Compose setup, and metadata updates. The blueprint enables self-hosted email solutions with support for JMAP, IMAP4, POP3, and SMTP protocols.
This commit is contained in:
Ali AlNaghmousgh
2025-05-25 02:53:11 +03:00
committed by GitHub
parent 108df8f4ff
commit ae4cbe2fa1
4 changed files with 66 additions and 0 deletions

View File

@@ -129,6 +129,19 @@
},
"tags": ["monitoring"]
},
{
"id": "stalwart",
"name": "Stalwart",
"version": "latest",
"description": "Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, POP3, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable.",
"logo": "stalwart.svg",
"links": {
"github": "https://github.com/stalwartlabs/mail-server",
"website": "https://stalw.art/",
"docs": "https://stalw.art/docs/"
},
"tags": ["email", "smtp", "jmap", "imap4", "pop3", "self-hosted", "mail-server"]
},
{
"id": "datalens",
"name": "DataLens",