Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-06-02 | Upgrade yaml.v3 dependency | René 'Necoro' Neumann | 2 | -3/+3 |
2021-06-02 | Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 | dependabot[bot] | 2 | -3/+3 |
2021-06-02 | Do not try to download already embedded images | René 'Necoro' Neumann | 3 | -40/+57 |
2021-06-02 | Replace deprecated module `ioutil` | René 'Necoro' Neumann | 1 | -2/+2 |
2021-05-19 | Prepare v1.0.0v1.0.0 | René 'Necoro' Neumann | 2 | -2/+7 |
2021-05-12 | Upgrade go-imap to 1.1.0 | René 'Necoro' Neumann | 2 | -8/+5 |
2021-05-11 | Small style improvement | René 'Necoro' Neumann | 1 | -2/+1 |
2021-05-11 | Fix comments | René 'Necoro' Neumann | 1 | -8/+6 |
2021-05-11 | Update dependencies | René 'Necoro' Neumann | 2 | -10/+11 |
2021-05-10 | #47 Consume all messages and filter by UID | René 'Necoro' Neumann | 1 | -8/+13 |
2021-05-10 | #47: Exhaust messages to avoid deadlock | René 'Necoro' Neumann | 1 | -1/+8 |
2021-05-10 | Revert "#47: Upgrade to fixed go-imap" | René 'Necoro' Neumann | 2 | -3/+3 |
2021-05-05 | #47: Upgrade to fixed go-imap | René 'Necoro' Neumann | 2 | -3/+3 |
2021-04-23 | Upgrade gofeed dependency | René 'Necoro' Neumann | 2 | -4/+4 |
2021-03-06 | Prepare v0.8.0v0.8.0 | René 'Necoro' Neumann | 3 | -3/+5 |
2021-03-05 | go mod tidy | René 'Necoro' Neumann | 1 | -2/+0 |
2021-03-05 | Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 | dependabot[bot] | 2 | -1/+3 |
2021-02-28 | Restructure | René 'Necoro' Neumann | 2 | -54/+49 |
2021-02-28 | Update changelog | René 'Necoro' Neumann | 1 | -0/+2 |
2021-02-28 | Set up IMAP connections while fetching and filtering feeds | René 'Necoro' Neumann | 1 | -9/+17 |
2021-02-28 | IMAP: Set a timeout for connection | René 'Necoro' Neumann | 1 | -2/+10 |
2021-02-28 | Start IMAP connections in the background and use them on the go | René 'Necoro' Neumann | 3 | -16/+26 |
2021-02-27 | Remove obsolete feeds from cache after 180 days | René 'Necoro' Neumann | 6 | -2/+34 |
2021-02-27 | Do not upgrade the cache in `print-cache` | René 'Necoro' Neumann | 3 | -4/+4 |
2021-02-27 | Update changelog | René 'Necoro' Neumann | 1 | -0/+7 |
2021-02-27 | New cache format using gzip compression | René 'Necoro' Neumann | 3 | -7/+76 |
2021-02-27 | Put storing / loading details into cache implementation | René 'Necoro' Neumann | 2 | -5/+17 |
2021-02-27 | Rename file | René 'Necoro' Neumann | 1 | -0/+0 |
2021-02-27 | Change from `transformToCurrent` to `transformTo` | René 'Necoro' Neumann | 2 | -5/+10 |
2021-02-27 | Filter feeds in cache: Keep at most 1000 obsolete items per feed | René 'Necoro' Neumann | 1 | -8/+38 |
2021-02-27 | Fix remaining use of `state.feeds` | René 'Necoro' Neumann | 1 | -1/+1 |
2021-02-27 | Improve output of `print-cache` | René 'Necoro' Neumann | 1 | -2/+16 |
2021-02-27 | Fix language errors | René 'Necoro' Neumann | 1 | -3/+3 |
2021-02-27 | Do not use deprecated gofeed.Item.Author, but Authors instead | René 'Necoro' Neumann | 2 | -12/+24 |
2021-02-26 | Update gofeed | René 'Necoro' Neumann | 2 | -3/+3 |
2021-02-22 | Improve naming | René 'Necoro' Neumann | 4 | -11/+14 |
2021-02-22 | Split cache and feed packages | René 'Necoro' Neumann | 12 | -303/+329 |
2021-02-21 | Prepare v0.7.0v0.7.0 | René 'Necoro' Neumann | 3 | -5/+5 |
2021-02-21 | Fix signature | René 'Necoro' Neumann | 2 | -2/+3 |
2021-02-21 | #25 Normalize folder names | René 'Necoro' Neumann | 2 | -2/+14 |
2021-02-21 | Strip whitespace from folder names | René 'Necoro' Neumann | 2 | -0/+13 |
2021-02-21 | Fix order for `Cmp.Diff` | René 'Necoro' Neumann | 1 | -3/+3 |
2021-02-21 | #25 Check for folder again while locking | René 'Necoro' Neumann | 1 | -0/+8 |
2021-02-21 | Strip `srcset` attribute | René 'Necoro' Neumann | 2 | -1/+8 |
2021-02-21 | Slight restructuring | René 'Necoro' Neumann | 4 | -14/+21 |
2021-02-21 | Clarify code | René 'Necoro' Neumann | 1 | -5/+5 |
2021-02-21 | Update changelog | René 'Necoro' Neumann | 1 | -0/+2 |
2021-02-21 | #39 Ignore mails marked as deleted when looking for existing mails, as to not... | René 'Necoro' Neumann | 1 | -0/+1 |
2021-02-21 | go mod tidy | René 'Necoro' Neumann | 1 | -8/+0 |
2021-02-18 | Import 'embed' package | René 'Necoro' Neumann | 1 | -0/+1 |