aboutsummaryrefslogtreecommitdiffstats
path: root/worker/jmap
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-286-47/+19
* jmap: fetch created messages and set recent flagTim Culverhouse2024-08-241-21/+49
* jmap: refactor thread fetchingTim Culverhouse2024-08-202-40/+23
* jmap: lazily fetch identitiesTim Culverhouse2024-08-202-19/+33
* jmap: fix emailKey function nameTristan Partin2024-08-201-4/+4
* reply: allow copying to current folderRobin Jarry2024-08-031-5/+9
* jmap: fetch entire threadsTristan Partin2024-08-034-36/+141
* jmap: do not keep invalid sessions in cacheRobin Jarry2024-07-028-58/+59
* jmap: revert fetch threads supportRobin Jarry2024-06-295-227/+32
* jmap: fix message list order directionRobin Jarry2024-06-051-1/+1
* jmap: skip Email/get call if no emails to getTristan Partin2024-06-041-0/+4
* jmap: fix go static check failureTristan Partin2024-05-291-1/+1
* jmap: fix error messageTristan Partin2024-05-291-1/+1
* jmap: fetch entire threadsTristan Partin2024-05-285-32/+223
* jmap: invalidate cache if mailbox state is not consistentTristan Partin2024-05-282-11/+57
* log: move package to libRobin Jarry2024-02-144-4/+4
* jmap: set explicit sender and recipientsKarel Balej2024-02-121-10/+12
* filter: allow workers to combine filter termsKoni Marti2024-02-111-3/+6
* flags: add support for draft flagJason Cox2024-01-261-0/+5
* jmap: avoid crash when server returns garbageRobin Jarry2024-01-201-1/+1
* linters: avoid crash when analyzing function callRobin Jarry2023-11-021-0/+2
* search: use a common api for all workersRobin Jarry2023-10-285-92/+138
* worker: move shared code to libRobin Jarry2023-10-281-2/+2
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-9/+3
* jmap: cache session as jsonTim Culverhouse2023-08-242-5/+5
* jmap: fix crash when opening multiple instancesRobin Jarry2023-07-152-16/+15
* jmap: avoid displaying archive folder when use-labels=trueRobin Jarry2023-06-253-6/+22
* worker: add WorkerInteractor interfaceKoni Marti2023-06-221-1/+1
* worker: add jmap supportRobin Jarry2023-06-2119-0/+2293