{"id":13580358,"url":"https://github.com/stalwartlabs/jmap-server","last_synced_at":"2025-04-06T02:31:26.715Z","repository":{"id":59666461,"uuid":"427387091","full_name":"stalwartlabs/jmap-server","owner":"stalwartlabs","description":"Stalwart JMAP server","archived":true,"fork":false,"pushed_at":"2024-10-08T10:12:53.000Z","size":6062,"stargazers_count":610,"open_issues_count":10,"forks_count":13,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-02-26T00:29:45.071Z","etag":null,"topics":["jmap","jmap-backend","jmap-server"],"latest_commit_sha":null,"homepage":"https://stalw.art/jmap","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stalwartlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"stalwartlabs","patreon":null,"open_collective":null,"ko_fi":"stalwartlabs","tidelift":null,"community_bridge":null,"liberapay":"stalwartlabs","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-11-12T14:24:56.000Z","updated_at":"2025-02-24T11:14:51.000Z","dependencies_parsed_at":"2023-01-31T19:15:49.098Z","dependency_job_id":"35cb6b3c-efa3-449a-bbbf-d42048181813","html_url":"https://github.com/stalwartlabs/jmap-server","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalwartlabs%2Fjmap-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalwartlabs%2Fjmap-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalwartlabs%2Fjmap-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalwartlabs%2Fjmap-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stalwartlabs","download_url":"https://codeload.github.com/stalwartlabs/jmap-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247425943,"owners_count":20937039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jmap","jmap-backend","jmap-server"],"created_at":"2024-08-01T15:01:50.182Z","updated_at":"2025-04-06T02:31:26.704Z","avatar_url":"https://github.com/stalwartlabs.png","language":"Rust","funding_links":["https://github.com/sponsors/stalwartlabs","https://ko-fi.com/stalwartlabs","https://liberapay.com/stalwartlabs"],"categories":["Rust","others","Sending","[🎛️ yunohost](https://github.com/stars/ketsapiwiq/lists/yunohost)"],"sub_categories":["JMAP Server \u0026 others"],"readme":"# ⚠️ Repository Archived ⚠️\n\n**This repository has been archived and is no longer maintained.**\n\nDevelopment for the JMAP server has been moved to the [Stalwart Mail Server repository](https://github.com/stalwartlabs/mail-server), where ongoing updates and improvements will take place.\n\nThank you for your interest and contributions!\n\n--- \n\n**Stalwart JMAP** is an open-source JSON Meta Application Protocol server designed to be secure, fast, robust and scalable.\nJMAP is a modern protocol for synchronising data such as mail, calendars, or contacts that makes much more efficient use of network resources.\n\nKey features:\n\n- **JMAP** full compliance:\n  - JMAP Core ([RFC 8620](https://datatracker.ietf.org/doc/html/rfc8620))\n  - JMAP Mail ([RFC 8621](https://datatracker.ietf.org/doc/html/rfc8621))\n  - JMAP over WebSocket ([RFC 8887](https://datatracker.ietf.org/doc/html/rfc8887))\n  - JMAP for Sieve Scripts ([DRAFT-SIEVE-13](https://www.ietf.org/archive/id/draft-ietf-jmap-sieve-13.html)).\n- **Flexible and scalable**:\n  - Pluggable storage backends with **RocksDB**, **FoundationDB**, **PostgreSQL**, **mySQL**, **SQLite**, **S3-Compatible**, **Redis** and **ElasticSearch** support.\n  - **Internal**, **LDAP** and **SQL** database authentication.\n  - Built-in [SMTP](https://github.com/stalwartlabs/smtp-server) server for local delivery and JMAP Email Submissions.\n  - Full-text search available in 17 languages.\n  - Disk quotas.\n  - Sieve scripting language with support for all [registered extensions](https://www.iana.org/assignments/sieve-extensions/sieve-extensions.xhtml).\n  - Email aliases, mailing lists, subaddressing and catch-all addresses support.\n  - Integration with **OpenTelemetry** to enable monitoring, tracing, and performance analysis.\n- **Secure and robust**:\n  - Encryption at rest with **S/MIME** or **OpenPGP**.\n  - Built-in Spam and Phishing filter.\n  - OAuth 2.0 [authorization code](https://www.rfc-editor.org/rfc/rfc8628) and [device authorization](https://www.rfc-editor.org/rfc/rfc8628) flows.\n  - Access Control Lists (ACLs).\n  - Rate limiting.\n - Memory safe (thanks to Rust).\n\n## Get Started\n\nInstall Stalwart JMAP Server on your server by following the instructions for your platform:\n\n- [Linux / MacOS](https://stalw.art/docs/install/linux)\n- [Windows](https://stalw.art/docs/install/windows)\n- [Docker](https://stalw.art/docs/install/docker)\n\nAll documentation is available at [stalw.art/docs/get-started](https://stalw.art/docs/get-started).\n\n\u003e **Note**\n\u003e If you need a more comprehensive solution that includes support for IMAP (Internet Message Access Protocol), you should consider installing the [Stalwart Mail Server](https://github.com/stalwartlabs/mail-server) instead.\n\n## Support\n\nIf you are having problems running Stalwart JMAP, you found a bug or just have a question,\ndo not hesitate to reach us on [Github Discussions](https://github.com/stalwartlabs/jmap-server/discussions),\n[Reddit](https://www.reddit.com/r/stalwartlabs) or [Discord](https://discord.gg/jtgtCNj66U).\nAdditionally you may become a sponsor to obtain priority support from Stalwart Labs Ltd.\n\n## Funding\n\nPart of the development of this project was funded through the [NGI0 Entrust Fund](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu/) programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.\n\nIf you find the project useful you can help by [becoming a sponsor](https://liberapay.com/stalwartlabs). Thank you!\n\n## License\n\nLicensed under the terms of the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) as published by\nthe Free Software Foundation, either version 3 of the License, or (at your option) any later version.\nSee [LICENSE](LICENSE) for more details.\n\nYou can be released from the requirements of the AGPLv3 license by purchasing\na commercial license. Please contact licensing@stalw.art for more details.\n  \n## Copyright\n\nCopyright (C) 2023, Stalwart Labs Ltd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstalwartlabs%2Fjmap-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstalwartlabs%2Fjmap-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstalwartlabs%2Fjmap-server/lists"}