summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-01OAuth fixesHEADmainmdecimus
2024-10-01RFC7591 OAuth dynamic client registration + OpenID Connect Dynamic Client ↵mdecimus
Registration (closes #136 closes #4)
2024-09-30OpenID Connect implementation (closes #298)mdecimus
2024-09-28RFC7662 - OAuth 2.0 Token Introspectionmdecimus
2024-09-27Add missing LIST-STATUS from RFC-5819 (closes #816)mdecimus
2024-09-27Added webadmin.path config to override unpack directory (#792)mdecimus
2024-09-27Do not allow tenant domains to be deleted if they have members (closes #812)mdecimus
2024-09-27Fix tenant principal limits (fixes #810)mdecimus
2024-09-27Contact form supportmdecimus
2024-09-26v0.10.1v0.10.1mdecimus
2024-09-26Merge branch 'main' of github.com:stalwartlabs/mail-servermdecimus
2024-09-26OAUTHBEARER SASL support in all services (closes #627)mdecimus
2024-09-26Deploying to main from @ ↵mdecimus
stalwartlabs/mail-server@ce8182ae07d3f5d341f0e58d3286e3ee20295c12 🚀
2024-09-26Core refactoringmdecimus
2024-09-24Fixed OpenCollective linkmdecimus
2024-09-24Updated sponsors linkmdecimus
2024-09-23Deploying to main from @ ↵mdecimus
stalwartlabs/mail-server@ca9402361570bad0d0c908690eaefc3fbf84ba0e 🚀
2024-09-22Fixed migrate_directory range scan (fixes #784)mdecimus
2024-09-22Updated READMEmdecimus
2024-09-22Add enterprise feature to directory crate (#783 ).mdecimus
2024-09-22[enhancement]: Add .editorconfig and JetBrains .idea gitignore (#147)Liam Gray
* Add .editorconfig and JetBrains .idea gitignore * Add editorconfig link
2024-09-22Fix Docker upgrade instructions for v0.10.0 (#780)Michael Winters
2024-09-22Fix off-by-one error in get_blob with Range (#766)afontenot
When range.end == decompressed.len(), the last value in the range will also be the last value in decompressed, because ranges ends are exclusive. This issue had two consequences that I have noticed. The first is that requesting the last (or only) message part via JMAP will result in the entire message being returned instead, because the range ends on the last byte of the message. The second issue, which resulted from the first, was that attempting to fetch the last (or only) message part would almost always fail when requested via JMAP if the message part used the quoted-printable transfer encoding. This is because Stalwart would attempt to decode the blob, but since the entire file was returned, this would include headers which are very likely to break assumptions made by the decoder, e.g. unexpected '=' tokens as in 'charset=UTF-8' The second issue was originally reported here: https://github.com/stalwartlabs/mail-server/discussions/758
2024-09-21Updated instructionsv0.10.0mdecimus
2024-09-20Updated CLI deserialization format (closes #360 closes #553)mdecimus
2024-09-20Disabled principal management in CLI + remove trailing / (fixes 595)mdecimus
2024-09-20v0.10.0mdecimus
2024-09-20Automatic directory migrationmdecimus
2024-09-20Keep a copy of external principal data to support roles and OAuthmdecimus
2024-09-20Fix compilation without enterprise featuremdecimus
2024-09-20Limit the amount of data that can be fetched from untrusted external HTTP ↵mdecimus
resources
2024-09-20FTS reindex supportmdecimus
2024-09-20Support specifying which data types to export (closes #497)mdecimus
2024-09-20Case insensitive INBOX on fileinto (fixes #763)mdecimus
2024-09-20IMAP IDLE support for command pipelining (fixes #765)mdecimus
2024-09-19Updated featuresmdecimus
2024-09-19Merge branch 'permission-impossible'mdecimus
2024-09-19Branding + fixesmdecimus
2024-09-18Permissions & multi-tenancy test suitemdecimus
2024-09-18Deploying to main from @ ↵mdecimus
stalwartlabs/mail-server@413c1d91bd5f7a06c2dcc8cba78932f5c03dccd0 🚀
2024-09-18Test fixes - part 3mdecimus
2024-09-17Test fixes - part 2mdecimus
2024-09-17Deploying to main from @ ↵mdecimus
stalwartlabs/mail-server@8e53098d7b8c2d08f823267f5703bad95e766dc7 🚀
2024-09-16Deploying to main from @ ↵mdecimus
stalwartlabs/mail-server@08a95ae58b451dbc2284ed7ac2d413185bc879fe 🚀
2024-09-15Test fixes - part 1mdecimus
2024-09-15Properly decode undelete account name (fixes #761)mdecimus
2024-09-13Multi-tenancy (closes #212 closes #346 closes #582)mdecimus
2024-09-12Roles and multi-tenancy - part 1mdecimus
2024-09-10Access token permissionsmdecimus
2024-09-09Merge branch 'main' of github.com:stalwartlabs/mail-servermdecimus