Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jmap: fetch entire threads | Tristan Partin | 2024-05-28 | 1 | -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 consistent | Tristan Partin | 2024-05-28 | 1 | -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> |