Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set up IMAP connections while fetching and filtering feeds | René 'Necoro' Neumann | 2021-02-28 | 1 | -9/+17 |
| | |||||
* | IMAP: Set a timeout for connection | René 'Necoro' Neumann | 2021-02-28 | 1 | -2/+10 |
| | |||||
* | Start IMAP connections in the background and use them on the go | René 'Necoro' Neumann | 2021-02-28 | 3 | -16/+26 |
| | |||||
* | Remove obsolete feeds from cache after 180 days | René 'Necoro' Neumann | 2021-02-27 | 6 | -2/+34 |
| | |||||
* | Do not upgrade the cache in `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 3 | -4/+4 |
| | |||||
* | Update changelog | René 'Necoro' Neumann | 2021-02-27 | 1 | -0/+7 |
| | |||||
* | New cache format using gzip compression | René 'Necoro' Neumann | 2021-02-27 | 3 | -7/+76 |
| | |||||
* | Put storing / loading details into cache implementation | René 'Necoro' Neumann | 2021-02-27 | 2 | -5/+17 |
| | |||||
* | Rename file | René 'Necoro' Neumann | 2021-02-27 | 1 | -0/+0 |
| | |||||
* | Change from `transformToCurrent` to `transformTo` | René 'Necoro' Neumann | 2021-02-27 | 2 | -5/+10 |
| | |||||
* | Filter feeds in cache: Keep at most 1000 obsolete items per feed | René 'Necoro' Neumann | 2021-02-27 | 1 | -8/+38 |
| | |||||
* | Fix remaining use of `state.feeds` | René 'Necoro' Neumann | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Improve output of `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 1 | -2/+16 |
| | |||||
* | Fix language errors | René 'Necoro' Neumann | 2021-02-27 | 1 | -3/+3 |
| | |||||
* | Do not use deprecated gofeed.Item.Author, but Authors instead | René 'Necoro' Neumann | 2021-02-27 | 2 | -12/+24 |
| | |||||
* | Update gofeed | René 'Necoro' Neumann | 2021-02-26 | 2 | -3/+3 |
| | |||||
* | Improve naming | René 'Necoro' Neumann | 2021-02-22 | 4 | -11/+14 |
| | |||||
* | Split cache and feed packages | René 'Necoro' Neumann | 2021-02-22 | 12 | -303/+329 |
| | |||||
* | Prepare v0.7.0v0.7.0 | René 'Necoro' Neumann | 2021-02-21 | 3 | -5/+5 |
| | |||||
* | Fix signature | René 'Necoro' Neumann | 2021-02-21 | 2 | -2/+3 |
| | |||||
* | Merge branch 'go-1.16' | René 'Necoro' Neumann | 2021-02-21 | 9 | -79/+85 |
|\ | |||||
| * | Import 'embed' package | René 'Necoro' Neumann | 2021-02-18 | 1 | -0/+1 |
| | | |||||
| * | Fix CRLF ending | René 'Necoro' Neumann | 2021-02-16 | 1 | -57/+57 |
| | | |||||
| * | Increment go-version to 1.16 | René 'Necoro' Neumann | 2021-02-16 | 3 | -5/+5 |
| | | |||||
| * | Use go-embed for templates instead of inline strings. | René 'Necoro' Neumann | 2021-02-16 | 6 | -74/+79 |
| | | | | | | | | They should also use CRLF (cf issue #46). | ||||
* | | #25 Normalize folder names | René 'Necoro' Neumann | 2021-02-21 | 2 | -2/+14 |
| | | |||||
* | | Strip whitespace from folder names | René 'Necoro' Neumann | 2021-02-21 | 2 | -0/+13 |
| | | |||||
* | | Fix order for `Cmp.Diff` | René 'Necoro' Neumann | 2021-02-21 | 1 | -3/+3 |
| | | |||||
* | | #25 Check for folder again while locking | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+8 |
| | | |||||
* | | Strip `srcset` attribute | René 'Necoro' Neumann | 2021-02-21 | 2 | -1/+8 |
| | | |||||
* | | Slight restructuring | René 'Necoro' Neumann | 2021-02-21 | 4 | -14/+21 |
| | | |||||
* | | Clarify code | René 'Necoro' Neumann | 2021-02-21 | 1 | -5/+5 |
| | | |||||
* | | Update changelog | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+2 |
| | | |||||
* | | #39 Ignore mails marked as deleted when looking for existing mails, as to ↵ | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+1 |
| | | | | | | | | not undelete them by accident. | ||||
* | | go mod tidy | René 'Necoro' Neumann | 2021-02-21 | 1 | -8/+0 |
| | | |||||
* | | Fix goreleaser setup regarding docker | René 'Necoro' Neumann | 2021-02-16 | 1 | -3/+1 |
| | | |||||
* | | Prepare v0.6.0v0.6.0 | René 'Necoro' Neumann | 2021-02-16 | 3 | -3/+8 |
|/ | |||||
* | Issue #46: Fix semantics of `n` result | René 'Necoro' Neumann | 2021-02-16 | 2 | -9/+15 |
| | | | | | Per contract, the returned number of bytes written should be the number of bytes _from the input_. Therefore, the added bytes (`\r` or `\n`) shall not count into that number. | ||||
* | Issue #46: Move and rename writer; add comments | René 'Necoro' Neumann | 2021-02-16 | 3 | -12/+21 |
| | |||||
* | Issue #46: Improvements; add tests | René 'Necoro' Neumann | 2021-02-15 | 2 | -1/+48 |
| | |||||
* | Bump github.com/google/uuid from 1.1.4 to 1.2.0 | dependabot[bot] | 2021-02-15 | 2 | -3/+3 |
| | | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Issue #46: Make the resulting email body not to include single \r or \n. ↵ | René 'Necoro' Neumann | 2021-02-15 | 2 | -2/+66 |
| | | | | This now pleases Cyrus IMAP. | ||||
* | Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1 | dependabot[bot] | 2021-01-20 | 2 | -3/+3 |
| | | | | | | | Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.6.0...v1.6.1) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Bump github.com/google/uuid from 1.1.2 to 1.1.4 | dependabot[bot] | 2021-01-09 | 2 | -3/+3 |
| | | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.1.4. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.1.4) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Bump github.com/emersion/go-message from 0.14.0 to 0.14.1 (#42) | dependabot[bot] | 2021-01-09 | 2 | -3/+3 |
| | | | | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.14.0...v0.14.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Bump github.com/emersion/go-message from 0.13.0 to 0.14.0 (#38) | dependabot[bot] | 2020-11-28 | 2 | -3/+9 |
| | | | | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37) | dependabot[bot] | 2020-11-28 | 2 | -3/+3 |
| | | | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.2...v0.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Fix release.ymlv0.5.2 | René 'Necoro' Neumann | 2020-11-23 | 1 | -3/+10 |
| | |||||
* | Prepare v0.5.2 | René 'Necoro' Neumann | 2020-11-23 | 3 | -3/+8 |
| | |||||
* | Bump github.com/gabriel-vasile/mimetype from 1.1.1 to 1.1.2 | dependabot[bot] | 2020-11-20 | 2 | -3/+3 |
| | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.1...v1.1.2) Signed-off-by: dependabot[bot] <support@github.com> |