aboutsummaryrefslogtreecommitdiffstats
path: root/worker/lib/parse.go
Commit message (Expand)AuthorAgeFilesLines
* lib: return a new Header from LimitHeadersTim Culverhouse2023-09-191-12/+10
* headers: enable partial header fetchingTim Culverhouse2023-05-161-0/+24
* messageinfo: report message sizesKoni Marti2023-04-261-0/+10
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-261-13/+4
* lint: always run golangci-lint@latestRobin Jarry2023-02-261-1/+1
* model: change flags array to bitmaskRobin Jarry2023-01-041-1/+1
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* maildir: fallback when parsing for in-reply-to failsKoni Marti2022-11-131-4/+7
* message-info: add explicit References fieldTim Culverhouse2022-11-091-0/+5
* envelope: add InReplyTo fieldTim Culverhouse2022-11-091-0/+9
* maildir: keep less data in memory for sortingTim Culverhouse2022-11-061-0/+48
* lib: parse address header fields to utf-8Koni Marti2022-09-291-6/+9
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-251-1/+16
* parse: remove trailing whitespace from rfc1123z regexThomas Faughnan2022-08-221-1/+1
* tests: fix errors after lint seriesRobin Jarry2022-08-041-1/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-13/+13
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-2/+2
* parse: fix content-type parsing errorKoni Marti2022-06-071-1/+26
* pgp: ensure CRLF line endings in pgpmail readerKoni Marti2022-04-251-0/+11
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-2/+2
* maildir,notmuch: avoid leaking open filesNguyễn Gia Phong2022-01-191-1/+2
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* lib/parse: simplify parseAddressListReto Brunner2021-02-221-13/+5
* lib/parse: use go-message msgid parsing if it succeedsReto Brunner2020-11-141-2/+6
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-4/+4
* handle message unknown charset errorJeff Martin2020-08-311-2/+6
* base models.Address on the mail.Address typeReto Brunner2020-08-201-10/+1
* improve date parsing for notmuch/maildirReto Brunner2020-08-101-24/+49
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-6/+4
* Make it easier to debug date parsing errorsLyudmil Angelov2020-07-111-1/+1
* Guess date from received if not presentelumbella2020-05-061-1/+41
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-3/+3
* worker/lib/parse: be more tolerant with parsing email addressesTimmy Douglas2020-02-061-1/+1
* maildir/notmuch: don't re-encode readersReto Brunner2020-01-051-37/+4
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+6
* Parse Reply-To header while parsing envelopeSrivathsan Murali2019-11-171-0/+5
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-041-1/+1
* Extract message parsing to common worker moduleReto Brunner2019-08-081-0/+240