1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2026-02-17 11:28:16 +01:00
aerc/worker/jmap
Robin Jarry eeee07ddcc jmap: add constants for state types
Replace hardcoded "Mailbox", "Email" and "Thread" strings with named
constants when accessing JMAP state change maps. This avoids typos and
makes the state type references easier to identify.

Signed-off-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Simon Martin <simon@nasilyan.com>
2026-02-09 14:46:27 +01:00
..
cache jmap: cache threads 2024-12-21 16:49:31 +01:00
configure.go jmap: fix crash when opening multiple instances 2023-07-15 17:09:49 +02:00
connect.go jmap: configure TCP keepalive for faster dead connection detection 2026-02-09 14:46:27 +01:00
directories.go worker: add directory and filter metadata to response messages 2026-02-09 14:46:27 +01:00
fetch.go worker: add directory and filter metadata to response messages 2026-02-09 14:46:27 +01:00
jmap.go worker: add directory and filter metadata to response messages 2026-02-09 14:46:27 +01:00
push.go jmap: add constants for state types 2026-02-09 14:46:27 +01:00
search.go filter: allow workers to combine filter terms 2024-02-11 22:03:56 +01:00
send.go jmap: propagate message context for request cancellation 2026-02-09 14:46:27 +01:00
set.go jmap: simplify moveCopy operation 2026-02-09 14:46:27 +01:00
threads.go jmap: propagate message context for request cancellation 2026-02-09 14:46:27 +01:00
worker.go jmap: remove intermediate channel for changes 2026-02-09 14:46:27 +01:00