aboutsummaryrefslogtreecommitdiffstats
path: root/worker/maildir/container.go
Commit message (Expand)AuthorAgeFilesLines
* log: move package to libRobin Jarry2024-02-141-1/+1
* maildir: show valid messages even if there are errorsBence Ferdinandy2024-01-261-2/+6
* maildir: fix handling of FSEventsTim Culverhouse2023-04-281-0/+9
* maildir: move common maildir code out of workerJulian Pidancet2022-10-271-93/+7
* maildir: fix maildir folder listingJulian Pidancet2022-10-251-1/+1
* maildir: hide invalid foldersJulian Pidancet2022-10-031-0/+7
* maildir: remove filename encoded UID when moving messagesTim Culverhouse2022-08-241-2/+13
* maildir: implement MoveMessages handlingTim Culverhouse2022-08-221-0/+20
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-3/+3
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+2
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-4/+8
* logging: use level-based logger functionsRobin Jarry2022-07-231-4/+2
* worker/maildir: implement Maildir++ supportAdnan Maolood2022-07-101-3/+30
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* maildir: track the recent flag correctlyReto Brunner2021-11-011-9/+31
* maildir: Provide nicer error message on invalid urlTero Koskinen2020-07-271-3/+18
* Allow maildir subdirectoriesGrégoire Delattre2020-05-051-11/+27
* maildir: Preserve flags when copying messagesBen Burwell2019-08-081-20/+2
* Fix missing format fields in maildir/container.goDrew DeVault2019-07-131-2/+2
* Implement maildir copyBen Burwell2019-07-121-0/+38
* Add maildir backend workerBen Burwell2019-07-121-0/+105