Pascal Bleser
3c19e1d1db
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-04-03 15:40:09 +02:00
..
2026-04-02 00:05:58 +00:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-02-17 16:39:55 +01:00
2026-01-08 14:16:31 +01:00
2026-04-03 15:38:18 +02:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-02-12 17:21:09 +01:00
2026-03-30 10:32:24 +02:00
2026-01-08 14:16:31 +01:00
2026-03-30 14:51:00 +02:00
2026-02-12 15:43:00 +01:00
2026-04-03 15:38:18 +02:00
2026-01-08 14:16:31 +01:00
2026-04-03 15:40:09 +02:00
2026-01-08 14:16:31 +01:00
2026-03-25 09:26:44 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-04-02 00:05:58 +00:00
2026-03-30 14:51:00 +02:00
2026-01-08 13:08:45 +01:00
2026-01-08 13:11:26 +01:00
2026-01-08 13:13:08 +01:00
2026-04-03 15:40:08 +02:00
2026-03-25 14:27:37 +01:00
2026-04-02 00:05:58 +00:00
2026-01-08 14:16:31 +01:00
2026-01-08 13:27:37 +01:00
2026-01-08 13:29:58 +01:00
2026-01-08 13:31:58 +01:00
2026-01-20 15:49:13 +01:00
2026-01-28 12:52:24 +01:00
2026-01-08 13:38:14 +01:00
2026-04-02 00:05:58 +00:00
2026-01-08 13:42:54 +01:00
2026-03-30 11:39:22 +02:00
2026-03-23 15:35:23 +01:00
2026-03-30 14:51:00 +02:00