aboutsummaryrefslogtreecommitdiffstats
path: root/worker/maildir/worker.go
Commit message (Expand)AuthorAgeFilesLines
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-40/+40
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+5
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-4/+6
* checkmail: error if check-mail-cmd is not setTim Culverhouse2022-08-011-0/+4
* logging: use level-based logger functionsRobin Jarry2022-07-231-40/+39
* account: import mbox file to a folderKoni Marti2022-07-141-1/+3
* account: export folder to mbox fileKoni Marti2022-07-141-0/+3
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-4/+19
* threading: add backend capabilities to workersTim Culverhouse2022-07-101-0/+5
* worker/maildir: implement Maildir++ supportAdnan Maolood2022-07-101-1/+12
* maildir: fix dirinfo.Unseen and Exists countingTim Culverhouse2022-06-141-2/+0
* dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse2022-06-071-13/+4
* feat: add background mail polling option for all workersTim Culverhouse2022-05-311-11/+42
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-1/+1
* maildir: fix data race in maildir workerwagner riffel2022-03-071-25/+82
* maildir: defer the count of recent messagesRobin Jarry2022-01-301-25/+32
* maildir,notmuch: pass in-memory message to callbackNguyễn Gia Phong2022-01-201-1/+7
* maildir,notmuch: avoid leaking open filesNguyễn Gia Phong2022-01-191-0/+1
* maildir: watch for message renamesRobin Jarry2021-12-061-2/+5
* maildir: watch for external changesRobin Jarry2021-12-061-4/+12
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* maildir: track the recent flag correctlyReto Brunner2021-11-011-22/+24
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-281-2/+0
* Add support for :rmdirARaspiK2020-08-191-0/+12
* maildir: Provide nicer error message on invalid urlTero Koskinen2020-07-271-1/+16
* Only send directory info once from maildirAndrew Jeffery2020-07-191-4/+5
* Add additional flagging functionalityARaspiK2020-07-081-5/+6
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+35
* maildir: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-21/+0
* Count recent messages in maildir exists total tooJeffas2020-03-091-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-5/+6
* Update DirectoryInfo handling for maildirJeffas2020-02-281-6/+50
* Ensure new directory exists before unwatching oldGalen Abell2020-02-251-5/+6
* Add sorting functionalityJeffas2019-09-201-7/+46
* Add directory info messagesJeffas2019-09-181-16/+55
* Add basic searching to the maildir backendJeffas2019-09-161-1/+15
* Clean maildirs when openedBen Burwell2019-08-021-0/+4
* Fix error handling in maildir workerNicolai Dagestad2019-07-191-14/+7
* Register worker in init.Reto Brunner2019-07-191-1/+6
* maildir: Watch for new messagesBen Burwell2019-07-171-13/+68
* Implement maildir copyBen Burwell2019-07-121-2/+3
* Add maildir backend workerBen Burwell2019-07-121-0/+353