aboutsummaryrefslogtreecommitdiffstats
path: root/worker/jmap/cache/thread.go
Commit message (Collapse)AuthorAgeFilesLines
* jmap: revert fetch threads supportRobin Jarry2024-06-291-35/+0
| | | | | | | | | | | | | | This reverts commits: 9e93d9efdb88 ("jmap: fix go static check failure") 0465509eedad ("jmap: skip Email/get call if no emails to get") 9f97c698e3dd ("jmap: fetch entire threads") Issues have been reported about disappearing sent messages. Reported-by: Tristan Partin <tristan@partin.io> Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Tristan Partin <tristan@partin.io>
* 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>