aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* log: move package to libRobin Jarry2024-02-1424-24/+24
* jmap: set explicit sender and recipientsKarel Balej2024-02-122-11/+14
* filter: allow workers to combine filter termsKoni Marti2024-02-115-11/+18
* imap: fix connection when host only has ipv6 addressRobin Jarry2024-02-041-8/+2
* notmuch: correctly run queries in `*` folderJason Cox2024-01-272-17/+22
* maildir: show valid messages even if there are errorsBence Ferdinandy2024-01-262-4/+14
* flags: add support for draft flagJason Cox2024-01-265-3/+38
* notmuch: centralize flag/tag mappingsJason Cox2024-01-263-33/+36
* idler: improve the imap idlerKoni Marti2024-01-256-156/+182
* jmap: avoid crash when server returns garbageRobin Jarry2024-01-201-1/+1
* notmuch: keep track of all siblings in threadJason Cox2024-01-071-5/+3
* templates: add full path of file(s) as Filename(s)Bence Ferdinandy2023-12-312-0/+9
* imap: show parseable messages on errorMoritz Poldrack2023-12-301-12/+13
* notmuch: remove dynamic foldersKoni Marti2023-12-301-1/+7
* search: add rcpts fields to header in search criteriaKoni Marti2023-11-123-1/+20
* linters: avoid crash when analyzing function callRobin Jarry2023-11-021-0/+2
* fold: add an option to toggle foldinginwit2023-11-021-1/+1
* fold: allow for multiple folding levelsinwit2023-11-022-2/+6
* search: use a common api for all workersRobin Jarry2023-10-2816-717/+414
* worker: move shared code to libRobin Jarry2023-10-2817-1167/+79
* notmuch: return all siblings in threadsinwit2023-10-131-24/+10
* sort: new `flagged` sorting criteriaVitaly Ovchinnikov2023-10-132-0/+3
* ui: enable showing of thread-contextTim Culverhouse2023-09-274-8/+20
* lib: return a new Header from LimitHeadersTim Culverhouse2023-09-194-18/+16
* maildir: log mail checking errors, if anyVitaly Ovchinnikov2023-09-181-1/+8
* notmuch: internally sort threads newest firstTim Culverhouse2023-08-311-1/+11
* notmuch: refactor SetFlagTim Culverhouse2023-08-311-17/+10
* notmuch: track database stateTim Culverhouse2023-08-314-63/+77
* notmuch: fix modify labels dropping threadingTim Culverhouse2023-08-311-7/+4
* notmuch: check context when opening directoryTim Culverhouse2023-08-311-0/+3
* mbox: remove datacounter dependency for size infoTim Culverhouse2023-08-311-9/+11
* notmuch: remove unused codeTim Culverhouse2023-08-301-15/+0
* notmuch: replace notmuch library with internal bindingsTim Culverhouse2023-08-303-316/+210
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-275-54/+13
* jmap: cache session as jsonTim Culverhouse2023-08-242-5/+5
* 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