about summary refs log tree commit diff stats
path: root/worker/maildir/message.go
Commit message (Expand)AuthorAgeFilesLines
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* maildir: don't read the full file into memoryReto Brunner2021-02-081-8/+2
* Add additional flagging functionalityARaspiK2020-07-081-25/+11
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+20
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-4/+23
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+4
* Extract message parsing to common worker moduleReto Brunner2019-08-081-220/+16
* Fix header decodingBen Burwell2019-07-171-13/+16
* Add maildir backend workerBen Burwell2019-07-121-0/+322