Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-10-18 | URL: Do not print '@' when no user is given | René 'Necoro' Neumann | 1 | -1/+7 |
2021-10-17 | #62: Fix tests (empty root is now allowed) | René 'Necoro' Neumann | 1 | -2/+16 |
2021-10-17 | #62: Changelog | René 'Necoro' Neumann | 1 | -0/+2 |
2021-10-17 | #62: Ensure that, with empty roots, there still remains a storage location | René 'Necoro' Neumann | 2 | -0/+12 |
2021-10-17 | Toplevel feed may have an empty target: Store directly in root. | René 'Necoro' Neumann | 1 | -0/+4 |
2021-10-17 | Improve documentation in configuration | René 'Necoro' Neumann | 1 | -3/+3 |
2021-10-17 | #62: Root can be empty | René 'Necoro' Neumann | 3 | -6/+13 |
2021-10-17 | Allow to specify path to the cache directly in the config file | René 'Necoro' Neumann | 4 | -9/+23 |
2021-10-15 | Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0 | dependabot[bot] | 2 | -3/+3 |
2021-10-06 | Update go-imap to 1.2.0 | René 'Necoro' Neumann | 2 | -7/+5 |
2021-08-13 | Bump github.com/antonmedv/expr from 1.8.9 to 1.9.0 | dependabot[bot] | 2 | -3/+3 |
2021-07-24 | Update html2text dependency | René 'Necoro' Neumann | 2 | -9/+7 |
2021-07-24 | Prepare v1.1.1v1.1.1 | René 'Necoro' Neumann | 3 | -3/+7 |
2021-07-24 | Fix IMAP disconnect | René 'Necoro' Neumann | 1 | -1/+4 |
2021-07-17 | Bump github.com/google/uuid from 1.2.0 to 1.3.0 | dependabot[bot] | 2 | -3/+3 |
2021-07-17 | Bump github.com/PuerkitoBio/goquery from 1.7.0 to 1.7.1 | dependabot[bot] | 2 | -6/+8 |
2021-07-02 | Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1 | dependabot[bot] | 2 | -3/+3 |
2021-06-18 | Prepare v1.1.0v1.1.0 | René 'Necoro' Neumann | 3 | -3/+8 |
2021-06-18 | Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.7.0 | dependabot[bot] | 2 | -3/+3 |
2021-06-18 | Bump github.com/emersion/go-message from 0.14.1 to 0.15.0 | dependabot[bot] | 2 | -3/+3 |
2021-06-02 | More tests | René 'Necoro' Neumann | 1 | -1/+56 |
2021-06-02 | Change handling of NULL nodes to new yaml.v3 semantics | René 'Necoro' Neumann | 1 | -14/+7 |
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 |