aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* notmuch: add option to provide path for accountKirill Chibisov2023-08-052-2/+10
* watchers: move filesystem monitoring stuff in libRobin Jarry2023-08-047-206/+7
* imap: support the Gmail extension (X-GM-EXT-1)Koni Marti2023-08-038-0/+273
* imap: fix header cache key collisionsRobin Jarry2023-07-161-13/+17
* jmap: fix crash when opening multiple instancesRobin Jarry2023-07-152-16/+15
* foldermap: make folder-map syntax more expressiveKoni Marti2023-07-142-11/+137
* imap: only call UidSort with sort criteriaKoni Marti2023-06-251-2/+3
* jmap: avoid displaying archive folder when use-labels=trueRobin Jarry2023-06-253-6/+22
* maildir: add folder-mapKoni Marti2023-06-224-20/+56
* imap: add folder-mapKoni Marti2023-06-224-5/+27
* lib: parse query-map and folder-map filesKoni Marti2023-06-223-17/+90
* worker: implement folder-map middlewareKoni Marti2023-06-221-0/+152
* worker: add WorkerInteractor interfaceKoni Marti2023-06-229-41/+35
* worker: add jmap supportRobin Jarry2023-06-2121-0/+2305
* imap: implement cancellation of searching and fetchingTim Culverhouse2023-06-202-0/+26
* imap: implement cancellation of opening dir and listing contentsTim Culverhouse2023-06-201-39/+72
* notmuch: implement cancellation of requestsTim Culverhouse2023-06-202-17/+38
* maildir: implement cancellation of requestsTim Culverhouse2023-06-202-55/+78
* worker: add context to cancellable requestsTim Culverhouse2023-06-202-4/+16
* notmuch: translate filter/search options to queryKoni Marti2023-06-172-4/+106
* logging: remove ultra verbose trace logsRobin Jarry2023-06-124-42/+2
* mbox: use named loggerRobin Jarry2023-06-121-10/+10
* notmuch: use named loggerRobin Jarry2023-06-122-36/+35
* maildir: use named loggerRobin Jarry2023-06-122-40/+40
* imap: use named loggerRobin Jarry2023-06-129-48/+47
* worker: use named loggerRobin Jarry2023-06-121-8/+30
* maildirpp: fix path separatorKoni Marti2023-05-201-3/+0
* ui: fix deadlocks in message channelRobin Jarry2023-05-201-2/+3
* headers: enable partial header fetchingTim Culverhouse2023-05-168-5/+80
* imap: handle the NonExistent attributeKoni Marti2023-05-161-1/+4
* imap: use delimiter from serverMoritz Poldrack2023-05-166-5/+47
* maildir: fix sorting by sizeKoni Marti2023-05-161-8/+26
* maildir: fix FSWatcher handling of eventsTim Culverhouse2023-05-111-40/+22
* maildir: fix handling of FSEventsTim Culverhouse2023-04-282-8/+44
* imap: avoid error log when pruning cache entriesRobin Jarry2023-04-271-2/+4
* imap: add size field to cache structKoni Marti2023-04-261-1/+4
* imap: clear cache on tag mismatchKoni Marti2023-04-261-2/+41
* messageinfo: report message sizesKoni Marti2023-04-265-4/+66
* search: handle headers in search/filter queryJulian Marcos2023-04-223-3/+21
* directory: add IANA mailbox rolesTim Culverhouse2023-04-222-3/+20
* directory: use directory to store rue countsTim Culverhouse2023-04-225-28/+9
* imap: update directory on flag opsTim Culverhouse2023-04-221-0/+3
* directory: remove attributes fieldTim Culverhouse2023-04-224-12/+6
* msgstore: create from types.Directory messageTim Culverhouse2023-04-221-0/+7
* capabilities: report capabilities from backendTim Culverhouse2023-04-228-18/+46
* imap: properly handle mailbox status updatesTim Culverhouse2023-04-222-15/+11
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-225-11/+13
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-263-21/+8
* fswatcher: fix bsd supportRobin Jarry2023-03-106-20/+14
* notmuch: use fswatcher to trigger directory count updateTim Culverhouse2023-03-073-13/+37