Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 | 3 | -5/+13 |
* | 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 |
* | 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 |
* | 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 |
* | | Strip `srcset` attribute | René 'Necoro' Neumann | 2021-02-21 | 1 | -0/+5 |
* | | Slight restructuring | René 'Necoro' Neumann | 2021-02-21 | 2 | -9/+16 |
|/ | |||||
* | 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 |
* | Switch back to 'replace' for html2text | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
* | Fix writing the cache | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
* | Improve message | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
* | Lock file names must be absolute | René 'Necoro' Neumann | 2020-08-22 | 1 | -3/+8 |
* | Lock cache | René 'Necoro' Neumann | 2020-08-22 | 3 | -13/+59 |
* | Add creation timestamp as header | René 'Necoro' Neumann | 2020-08-22 | 1 | -0/+1 |
* | Fixes a bug where cached items get deleted when the feed is empty | René 'Necoro' Neumann | 2020-06-20 | 1 | -2/+4 |
* | print-cache: Tool for printing the contents of the cache | René 'Necoro' Neumann | 2020-06-20 | 3 | -3/+54 |
* | Fix/add debug messages | René 'Necoro' Neumann | 2020-06-20 | 2 | -2/+7 |
* | Make errors from exec calls always being printed as errors | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
* | 'Exec' as an alternative to 'Url' | René 'Necoro' Neumann | 2020-05-25 | 3 | -14/+64 |
* | New option 'item-filter' | René 'Necoro' Neumann | 2020-05-21 | 3 | -5/+83 |
* | Fixed linebreaks for Enclosures in text template | René 'Necoro' Neumann | 2020-05-10 | 1 | -5/+5 |
* | Switch to our own html2text fork for the time being | René 'Necoro' Neumann | 2020-05-10 | 1 | -2/+2 |
* | Text part in emails | René 'Necoro' Neumann | 2020-05-10 | 5 | -28/+104 |