From d7b99ac95cd18fda88568c4a9c1b40a44d713b81 Mon Sep 17 00:00:00 2001 From: Linus Rath Date: Sat, 14 Mar 2026 01:22:07 +0100 Subject: [PATCH] docs: add acknowledgments section to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64f1dd86..875d7824 100644 --- a/README.md +++ b/README.md @@ -261,3 +261,7 @@ See [ROADMAP.md](ROADMAP.md) for planned features and current status. ## License [MIT](LICENSE) + +## Acknowledgments + +Thanks to [root-fr/jmap-webmail](https://github.com/root-fr/jmap-webmail/) and [@ma2t](https://github.com/ma2t) for doing most of the groundwork that this project builds upon.