| Commit message (Expand) | Author | Age | Files | Lines |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 3 | -4/+4 |
* | lib/parse: simplify parseAddressList | Reto Brunner | 2021-02-22 | 1 | -13/+5 |
* | lib/parse: use go-message msgid parsing if it succeeds | Reto Brunner | 2020-11-14 | 1 | -2/+6 |
* | remove models.Address in favor of go-message Address | Reto Brunner | 2020-11-14 | 2 | -10/+11 |
* | handle message unknown charset error | Jeff Martin | 2020-08-31 | 3 | -2/+99 |
* | base models.Address on the mail.Address type | Reto Brunner | 2020-08-20 | 2 | -12/+2 |
* | improve date parsing for notmuch/maildir | Reto Brunner | 2020-08-10 | 1 | -24/+49 |
* | Remove hard coded bodystruct path everywhere | Reto Brunner | 2020-07-27 | 1 | -6/+4 |
* | Make it easier to debug date parsing errors | Lyudmil Angelov | 2020-07-11 | 1 | -1/+1 |
* | 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 |
* | Cleanup sorting logic | Jeffas | 2020-02-28 | 1 | -155/+55 |
* | 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 |
* | Parse Reply-To header while parsing envelope | Srivathsan Murali | 2019-11-17 | 1 | -0/+5 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 1 | -0/+253 |
* | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel | 2019-09-04 | 1 | -1/+1 |
* | Extract message parsing to common worker module | Reto Brunner | 2019-08-08 | 1 | -0/+240 |