aboutsummaryrefslogtreecommitdiffstats
path: root/worker/jmap/cache/thread.go
Commit message (Collapse)AuthorAgeFilesLines
* jmap: fetch entire threadsTristan Partin2024-05-281-0/+35
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>