[Script request]: Bulwark Mail #16753
Unanswered
King3R
asked this question in
Request script
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Application Name
Bulwark Mail
Official Website
https://bulwarkmail.org/
Source Repository
https://github.com/bulwarkmail/webmail
Repository Stars
1100
Minimum Adoption Requirement
Description
Bulwark is a self-hosted webmail suite that speaks JMAP (RFC 8620) natively and pairs with Stalwart Mail Server. Mail, calendar, contacts, and files share one login, one settings store, and one admin dashboard.
Apps
Features
Why should this be added?
Most self-hosted webmail is an IMAP client with a browser bolted onto it. That inheritance shows up as a poll loop, one connection per folder, and threads the browser has to reassemble on every render. JMAP does that work on the server, which lets Bulwark stay thin and still stay in sync.
A generic JMAP client would stop there. Bulwark also calls Stalwart's own JMAP methods, so Sieve filters, the vacation responder, account security, FileNode storage and runtime branding are all reachable from the same session, instead of being things you leave the webmail to configure.
Bulwark is a great addition to the Stalwart Mail Server with a growing range of extensions and some side projects.
https://github.com/bulwarkmail/legacy-proxy
https://github.com/bulwarkmail/relay
https://github.com/bulwarkmail/native
Installation Notes
https://bulwarkmail.org/docs/getting-started/installation
Due Diligence
All reactions