summaryrefslogtreecommitdiff
path: root/worker/lib
AgeCommit message (Expand)Author
2022-07-14mbox: implement an mbox backend workerKoni Marti
2022-06-07parse: fix content-type parsing errorKoni Marti
2022-04-25pgp: ensure CRLF line endings in pgpmail readerKoni Marti
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-01-19maildir,notmuch: avoid leaking open filesNguyễn Gia Phong
2021-11-05go.mod: change base git urlRobin Jarry
2021-02-22lib/parse: simplify parseAddressListReto Brunner
2020-11-14lib/parse: use go-message msgid parsing if it succeedsReto Brunner
2020-11-14remove models.Address in favor of go-message AddressReto Brunner
2020-08-31handle message unknown charset errorJeff Martin
2020-08-20base models.Address on the mail.Address typeReto Brunner
2020-08-10improve date parsing for notmuch/maildirReto Brunner
2020-07-27Remove hard coded bodystruct path everywhereReto Brunner
2020-07-11Make it easier to debug date parsing errorsLyudmil Angelov
2020-05-06Guess date from received if not presentelumbella
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
2020-02-28Cleanup sorting logicJeffas
2020-02-06worker/lib/parse: be more tolerant with parsing email addressesTimmy Douglas
2020-01-05maildir/notmuch: don't re-encode readersReto Brunner
2019-12-27Add labels to index format (%g)Reto Brunner
2019-11-17Parse Reply-To header while parsing envelopeSrivathsan Murali
2019-09-20Add sorting functionalityJeffas
2019-09-04all: rewrite references to strings.Index to strings.ContainsWagner Riffel
2019-08-08Extract message parsing to common worker moduleReto Brunner