aboutsummaryrefslogtreecommitdiffstats
path: root/worker/maildir/container.go
Commit message (Expand)AuthorAgeFilesLines
* 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