Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-05 | maildir/notmuch: don't re-encode readers | Reto Brunner | |
2019-12-27 | Add labels to index format (%g) | Reto Brunner | |
Exposes the notmuch tags accordingly, stubs it for the maildir worker. | |||
2019-11-17 | Parse Reply-To header while parsing envelope | Srivathsan Murali | |
2019-09-04 | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel | |
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | |||
2019-08-08 | Extract message parsing to common worker module | Reto Brunner | |
Things like FetchEntityPartReader etc can be reused by most workers working with raw email files from disk (or any reader for that matter). This patch extract that common functionality in a separate package. |