Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch go-readability back to follow upstream | René 'Necoro' Neumann | 2023-04-21 | 1 | -1/+1 |
* | Upgrade to Go 1.19 | René 'Necoro' Neumann | 2023-01-22 | 1 | -1/+2 |
* | Replace `interface{}` by `any` | René 'Necoro' Neumann | 2022-04-24 | 8 | -12/+12 |
* | #66: Support for specifying custom templates | René 'Necoro' Neumann | 2022-01-09 | 1 | -6/+36 |
* | Fix comment | René 'Necoro' Neumann | 2022-01-09 | 1 | -1/+1 |
* | template: Restructuring and adding tests. | René 'Necoro' Neumann | 2022-01-09 | 4 | -73/+159 |
* | #67: Readability support | René 'Necoro' Neumann | 2022-01-08 | 1 | -9/+44 |
* | Introduce http.Context to bundle http specific parameters | René 'Necoro' Neumann | 2022-01-08 | 4 | -11/+24 |
* | Prefer the self-link of the feed over the URL. | René 'Necoro' Neumann | 2021-12-21 | 1 | -10/+16 |
* | Resolve relative links, so that external clients can use absolute links. | René 'Necoro' Neumann | 2021-12-21 | 1 | -29/+60 |
* | Increase go-conformity: map[T]struct{} instead of map[T]bool for sets | René 'Necoro' Neumann | 2021-11-22 | 4 | -7/+7 |
* | Renamed forked dependencies, because 'replace' in go.mod leads to problems. | René 'Necoro' Neumann | 2021-10-29 | 5 | -6/+6 |
* | #64: Set filename for included images | René 'Necoro' Neumann | 2021-10-29 | 2 | -5/+20 |
* | Support feed targets per feed | René 'Necoro' Neumann | 2021-10-18 | 2 | -7/+6 |
* | Toplevel feed may have an empty target: Store directly in root. | René 'Necoro' Neumann | 2021-10-17 | 1 | -0/+4 |
* | #62: Root can be empty | René 'Necoro' Neumann | 2021-10-17 | 2 | -3/+13 |
* | Do not try to download already embedded images | René 'Necoro' Neumann | 2021-06-02 | 2 | -40/+55 |
* | Replace deprecated module `ioutil` | René 'Necoro' Neumann | 2021-06-02 | 1 | -2/+2 |
* | #47 Consume all messages and filter by UID | René 'Necoro' Neumann | 2021-05-10 | 1 | -8/+13 |
* | #47: Exhaust messages to avoid deadlock | René 'Necoro' Neumann | 2021-05-10 | 1 | -1/+8 |
* | Restructure | René 'Necoro' Neumann | 2021-02-28 | 2 | -54/+49 |
* | 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 | 4 | -2/+28 |
* | Do not upgrade the cache in `print-cache` | René 'Necoro' Neumann | 2021-02-27 | 2 | -3/+3 |
* | 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 |
* | Do not use deprecated gofeed.Item.Author, but Authors instead | René 'Necoro' Neumann | 2021-02-27 | 2 | -12/+24 |
* | Improve naming | René 'Necoro' Neumann | 2021-02-22 | 3 | -10/+13 |
* | Split cache and feed packages | René 'Necoro' Neumann | 2021-02-22 | 10 | -294/+319 |
* | Fix signature | René 'Necoro' Neumann | 2021-02-21 | 1 | -1/+1 |
* | Merge branch 'go-1.16' | René 'Necoro' Neumann | 2021-02-21 | 4 | -73/+73 |
|\ | |||||
| * | Import 'embed' package | René 'Necoro' Neumann | 2021-02-18 | 1 | -0/+1 |
| * | Fix CRLF ending | René 'Necoro' Neumann | 2021-02-16 | 1 | -57/+57 |
| * | Use go-embed for templates instead of inline strings. | René 'Necoro' Neumann | 2021-02-16 | 4 | -73/+72 |
* | | #25 Normalize folder names | René 'Necoro' Neumann | 2021-02-21 | 1 | -1/+9 |
* | | #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 | 1 | -0/+5 |
* | | Slight restructuring | René 'Necoro' Neumann | 2021-02-21 | 2 | -9/+16 |
* | | Clarify code | René 'Necoro' Neumann | 2021-02-21 | 1 | -5/+5 |
* | | #39 Ignore mails marked as deleted when looking for existing mails, as to not... | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+1 |
|/ | |||||
* | Issue #46: Move and rename writer; add comments | René 'Necoro' Neumann | 2021-02-16 | 1 | -2/+2 |
* | Issue #46: Make the resulting email body not to include single \r or \n. This... | René 'Necoro' Neumann | 2021-02-15 | 1 | -2/+3 |
* | Pretty up the cache interface; ensure feed2imap-go unlocks the cache | René 'Necoro' Neumann | 2020-08-22 | 2 | -4/+9 |
* | print-cache should also unlock | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+5 |