aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* notmuch/checkmail: simplify check-mail functionTim Culverhouse2023-03-071-19/+9
* fswatcher: add a darwin fswatcher implementationTim Culverhouse2023-03-073-0/+94
* maildir: use FSWatcher interfaceTim Culverhouse2023-03-072-13/+8
* worker/lib: implement an fswatcher interfaceTim Culverhouse2023-03-073-0/+113
* lint: always run golangci-lint@latestRobin Jarry2023-02-261-1/+1
* log: log account name in worker message logsTim Culverhouse2023-01-291-8/+8
* imap,smtp: cache and cycle XOAUTH2 refresh tokenDean2023-01-261-1/+1
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-067-0/+13
* model: change flags array to bitmaskRobin Jarry2023-01-0417-107/+70
* maildir: send MessagesDeleted to UI when moving messagesTim Culverhouse2022-12-141-0/+4
* imap: use list-status for check-mailTim Culverhouse2022-12-021-24/+43
* imap: use list-status for list-directories if availableTim Culverhouse2022-12-021-8/+48