| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make it easier to debug date parsing errors | Lyudmil Angelov | 2020-07-11 | 1 | -1/+1 |
| | | | | | | | | | | When message dates failed to parse, the error displayed would try to include the time object it failed to obtain, which would display as something like 0001-01-01 00:00:00 UTC, which isn't of much help. Instead, display the text we were trying to parse into a date, which makes the problem easier to debug. | ||||
| * | Guess date from received if not present | elumbella | 2020-05-06 | 1 | -1/+41 |
| | | |||||
| * | 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. | |||||
