Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |