Files
opencloud/services
Pascal Bleser 4a0dac0d96 Groupware: refactor jmap package, implement Email/set, EmailSubmission
* refactor the jmap package to split it into several files as the
   jmap.api.go file was becoming too unwieldy

 * refactor the Groupware handler function response to be a Response
   object, to be more future-proof and avoid adding more and more
   return parameters while handling "no content" response as well

 * more godoc for the JMAP model

 * add Email creation, updating, deleting (Email/set,
   EmailSubmission/set)

 * add endpoints
   - POST /accounts/{accountid}/messages
   - PATCH|PUT /accounts/{accountid}/messages/{messageid}
   - DELETE /accounts/{accountid}/messages/{messageid}
2026-04-30 10:51:40 +02:00
..
2026-04-30 00:03:01 +00:00
2026-04-22 14:50:57 +02:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2026-01-08 14:16:31 +01:00
2026-04-30 00:03:01 +00:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2026-04-30 00:03:01 +00:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2026-04-28 00:04:02 +00:00
2026-04-23 09:31:11 +02:00
2026-04-28 16:16:07 +02:00