aboutsummaryrefslogtreecommitdiffstats
path: root/worker/jmap/state.go
Commit message (Collapse)AuthorAgeFilesLines
* jmap: fetch entire threadsTristan Partin2024-05-281-0/+26
| | | | | | | JMAP was missing good thread support, especially when compared to Gmail. This will fetch entire threads when possible. Signed-off-by: Tristan Partin <tristan@partin.io>
* jmap: invalidate cache if mailbox state is not consistentTristan Partin2024-05-281-0/+29
We weren't checking if the cached state was the same as the remote state before reading it. This led to aerc not knowing about new mailboxes on the remote. Signed-off-by: Tristan Partin <tristan@partin.io> Acked-by: Robin Jarry <robin@jarry.cc>