Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 1 | -3/+3 |
| | |||||
* | worker/lib/parse: be more tolerant with parsing email addresses | Timmy Douglas | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | maildir/notmuch: don't re-encode readers | Reto Brunner | 2020-01-05 | 1 | -37/+4 |
| | |||||
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 1 | -0/+6 |
| | | | | Exposes the notmuch tags accordingly, stubs it for the maildir worker. | ||||
* | Parse Reply-To header while parsing envelope | Srivathsan Murali | 2019-11-17 | 1 | -0/+5 |
| | |||||
* | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel | 2019-09-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Extract message parsing to common worker module | Reto Brunner | 2019-08-08 | 1 | -0/+240 |
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. |