Commit Graph

3 Commits

Author SHA1 Message Date
Pascal Bleser
e5fa78dc7f groupware: implement Mailbox modification endpoints + refactor ETag/state in the framework
* add endpoints for Mailboxes:
   - PATCH mailboxes/{id}
   - DELETE mailboxes/{id}
   - POST mailboxes

 * refactor the pkg/jmap and groupware framework to systematically
   return a jmap.State out-of-band of the per-method payloads, since
   they are almost always present in JMAP responses, which lead to the
   artificial creation of a lot of composed struct types just to also
   return the State; on the downside, it adds yet another return
   parameter
2026-02-10 17:04:01 +01:00
Pascal Bleser
76c8e88ef7 jmap: add GetInboxNameForMultipleAccounts 2026-02-10 17:04:00 +01:00
Pascal Bleser
56ed43f39f groupware: add bootstrapping on / with quotas for all accounts 2026-02-10 17:03:59 +01:00