summaryrefslogtreecommitdiff
path: root/worker/maildir/worker.go
AgeCommit message (Expand)Author
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-07-10threading: add backend capabilities to workersTim Culverhouse
2022-07-10worker/maildir: implement Maildir++ supportAdnan Maolood
2022-06-14maildir: fix dirinfo.Unseen and Exists countingTim Culverhouse
2022-06-07dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse
2022-05-31feat: add background mail polling option for all workersTim Culverhouse
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-03-07maildir: fix data race in maildir workerwagner riffel
2022-01-30maildir: defer the count of recent messagesRobin Jarry
2022-01-20maildir,notmuch: pass in-memory message to callbackNguyễn Gia Phong
2022-01-19maildir,notmuch: avoid leaking open filesNguyễn Gia Phong
2021-12-06maildir: watch for message renamesRobin Jarry
2021-12-06maildir: watch for external changesRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-11-01maildir: track the recent flag correctlyReto Brunner
2021-04-28notmuch/maildir: remove double emit of the dirinfoReto Brunner
2020-08-19Add support for :rmdirARaspiK
2020-07-27maildir: Provide nicer error message on invalid urlTero Koskinen
2020-07-19Only send directory info once from maildirAndrew Jeffery
2020-07-08Add additional flagging functionalityARaspiK
2020-05-25Set AnsweredFlag on successful replySrivathsan Murali
2020-05-11maildir: remove read handling from FetchMessageBodyPartReto Brunner
2020-03-09Count recent messages in maildir exists total tooJeffas
2020-03-03Mark sent messages as "seen" in maildirGalen Abell
2020-02-28Update DirectoryInfo handling for maildirJeffas
2020-02-25Ensure new directory exists before unwatching oldGalen Abell
2019-09-20Add sorting functionalityJeffas
2019-09-18Add directory info messagesJeffas
2019-09-16Add basic searching to the maildir backendJeffas
2019-08-02Clean maildirs when openedBen Burwell
2019-07-19Fix error handling in maildir workerNicolai Dagestad
2019-07-19Register worker in init.Reto Brunner
2019-07-17maildir: Watch for new messagesBen Burwell
2019-07-12Implement maildir copyBen Burwell
2019-07-12Add maildir backend workerBen Burwell