aboutsummaryrefslogtreecommitdiffstats
path: root/worker/maildir/worker.go
Commit message (Expand)AuthorAgeFilesLines
* fswatcher: add a darwin fswatcher implementationTim Culverhouse2023-03-071-0/+4
* maildir: use FSWatcher interfaceTim Culverhouse2023-03-071-13/+5
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+4
* model: change flags array to bitmaskRobin Jarry2023-01-041-2/+2
* maildir: send MessagesDeleted to UI when moving messagesTim Culverhouse2022-12-141-0/+4
* logging: rename package to logRobin Jarry2022-12-021-38/+38
* logging: homogenize levelsRobin Jarry2022-12-021-10/+11
* maildir: drain limit channel on parse error when sortingTim Culverhouse2022-11-091-0/+1
* maildir: always sort by at least uidTim Culverhouse2022-11-091-1/+7
* maildir: enable backend threadsTim Culverhouse2022-11-091-1/+85
* maildir: speedup move to larger foldersBence Ferdinandy2022-11-091-7/+4
* maildir: keep less data in memory for sortingTim Culverhouse2022-11-061-1/+13
* maildir/sort: get MessageInfos in parallelTim Culverhouse2022-11-061-6/+22
* maildir: set SkipSort when checking mailTim Culverhouse2022-11-061-1/+2
* maildir: replace ListFolder method with FolderMapJulian Pidancet2022-10-271-5/+5
* maildir: move common maildir code out of workerJulian Pidancet2022-10-271-11/+11
* maildir: make checkmail update directory countsBen Cohen2022-10-181-0/+14
* logging: substitute %w for %vKoni Marti2022-10-021-28/+28
* backends: send MessageInfoError on header fetching errorTim Culverhouse2022-09-251-1/+1
* maildir: do not send dircontents on fs eventTim Culverhouse2022-08-301-13/+0
* maildir: implement MoveMessages handlingTim Culverhouse2022-08-221-0/+16
* 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