summaryrefslogtreecommitdiff
path: root/worker
AgeCommit message (Expand)Author
2023-04-28maildir: fix handling of FSEventsTim Culverhouse
2023-04-27imap: avoid error log when pruning cache entriesRobin Jarry
2023-04-26imap: add size field to cache structKoni Marti
2023-04-26imap: clear cache on tag mismatchKoni Marti
2023-04-26messageinfo: report message sizesKoni Marti
2023-04-22search: handle headers in search/filter queryJulian Marcos
2023-04-22directory: add IANA mailbox rolesTim Culverhouse
2023-04-22directory: use directory to store rue countsTim Culverhouse
2023-04-22imap: update directory on flag opsTim Culverhouse
2023-04-22directory: remove attributes fieldTim Culverhouse
2023-04-22msgstore: create from types.Directory messageTim Culverhouse
2023-04-22capabilities: report capabilities from backendTim Culverhouse
2023-04-22imap: properly handle mailbox status updatesTim Culverhouse
2023-04-22msgstore: fetch message list based on OpenDirectory msgTim Culverhouse
2023-03-26parse msg-id lists more liberallyNguyễn Gia Phong
2023-03-10fswatcher: fix bsd supportRobin Jarry
2023-03-07notmuch: use fswatcher to trigger directory count updateTim Culverhouse
2023-03-07notmuch/checkmail: simplify check-mail functionTim Culverhouse
2023-03-07fswatcher: add a darwin fswatcher implementationTim Culverhouse
2023-03-07maildir: use FSWatcher interfaceTim Culverhouse
2023-03-07worker/lib: implement an fswatcher interfaceTim Culverhouse
2023-02-26lint: always run golangci-lint@latestRobin Jarry
2023-01-29log: log account name in worker message logsTim Culverhouse
2023-01-26imap,smtp: cache and cycle XOAUTH2 refresh tokenDean
2023-01-06lint: add missing panic handlers in goroutinesRobin Jarry
2023-01-04model: change flags array to bitmaskRobin Jarry
2022-12-14maildir: send MessagesDeleted to UI when moving messagesTim Culverhouse
2022-12-02imap: use list-status for check-mailTim Culverhouse
2022-12-02imap: use list-status for list-directories if availableTim Culverhouse
2022-12-02imap: check for list-status capabilityTim Culverhouse
2022-12-02imap: add LIST-STATUS extensionTim Culverhouse
2022-12-02imap: simplify error handling in list directoriesTim Culverhouse
2022-12-02notmuch: preserve tags when moving messagesinwit
2022-12-02notmuch: allow moving single file messagesinwit
2022-12-02daterange: support relative termsKoni Marti
2022-12-02imap: filter and search with a date rangeKoni Marti
2022-12-02maildir: filter and search with a date rangeKoni Marti
2022-12-02search: handle date ranges in search/filter queryKoni Marti
2022-12-02logging: rename package to logRobin Jarry
2022-12-02logging: homogenize levelsRobin Jarry
2022-11-23imap: fix error with empty flag updatesRobin Jarry
2022-11-13maildir: fallback when parsing for in-reply-to failsKoni Marti
2022-11-09maildir: drain limit channel on parse error when sortingTim Culverhouse
2022-11-09maildir: always sort by at least uidTim Culverhouse
2022-11-09maildir: enable backend threadsTim Culverhouse
2022-11-09message-info: add explicit References fieldTim Culverhouse
2022-11-09envelope: add InReplyTo fieldTim Culverhouse
2022-11-09imap: add support for ORDEREDSUBJECT threading algorithmjp39
2022-11-09maildir: speedup move to larger foldersBence Ferdinandy
2022-11-09notmuch: correct a typo in error messageinwit