Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-02 | Option 'body' | René 'Necoro' Neumann | 1 | -13/+22 |
2020-05-02 | Improved image support | René 'Necoro' Neumann | 4 | -5/+14 |
2020-05-02 | Embedding images in mail | René 'Necoro' Neumann | 6 | -47/+220 |
2020-05-01 | Logging fixes | René 'Necoro' Neumann | 2 | -1/+2 |
2020-05-01 | Config option 'max-failures' | René 'Necoro' Neumann | 4 | -4/+10 |
2020-05-01 | Reintroduce yaml-internal `feed` | René 'Necoro' Neumann | 3 | -33/+40 |
2020-05-01 | Print warning on deprecated options. Handle "disable-ssl-verification" | René 'Necoro' Neumann | 2 | -3/+62 |
2020-05-01 | Print warning, when unknown global option. Also support specifying the new 'o... | René 'Necoro' Neumann | 1 | -0/+23 |
2020-05-01 | YAML Parsing: Enable 'KnownFields' | René 'Necoro' Neumann | 2 | -0/+11 |
2020-05-01 | Yaml: Pass `Reader` around instead of []byte | René 'Necoro' Neumann | 3 | -11/+12 |
2020-05-01 | Remove pointers from feed options. Detect unknown fields in feed and group op... | René 'Necoro' Neumann | 7 | -130/+178 |
2020-05-01 | Fix template error when byteCount called with empty string | René 'Necoro' Neumann | 1 | -3/+6 |
2020-05-01 | New options --build-cache and --dry-run | René 'Necoro' Neumann | 3 | -16/+38 |
2020-04-27 | Stylistic improvements | René 'Necoro' Neumann | 1 | -7/+12 |
2020-04-27 | Add tls-no-verify option to disallow certificate checks. | René 'Necoro' Neumann | 4 | -4/+34 |
2020-04-27 | Fix messages | René 'Necoro' Neumann | 1 | -2/+2 |
2020-04-26 | Fix template generation | René 'Necoro' Neumann | 1 | -1/+3 |
2020-04-26 | Handle `target: null` the same as `target: ""`. | René 'Necoro' Neumann | 4 | -49/+85 |
2020-04-26 | Option `always-new` | René 'Necoro' Neumann | 5 | -7/+21 |
2020-04-26 | Fix logic in `similarTo` | René 'Necoro' Neumann | 1 | -4/+4 |
2020-04-26 | Options: "disable" and "ignore-hash" | René 'Necoro' Neumann | 4 | -6/+16 |
2020-04-26 | Handle the waitGroup internally in ForeachGo | René 'Necoro' Neumann | 3 | -20/+13 |
2020-04-26 | Some linting remarks | René 'Necoro' Neumann | 6 | -14/+18 |
2020-04-26 | Update README.md | René 'Necoro' Neumann | 1 | -1/+1 |
2020-04-26 | Update README.md | René 'Necoro' Neumann | 1 | -5/+2 |
2020-04-26 | Update README.md | René 'Necoro' Neumann | 1 | -8/+33 |
2020-04-26 | Filtering from cache | René 'Necoro' Neumann | 9 | -14/+219 |
2020-04-26 | Improved HTML template | René 'Necoro' Neumann | 2 | -7/+10 |
2020-04-25 | Add debug output | René 'Necoro' Neumann | 2 | -8/+39 |
2020-04-25 | feeditem.Creator | René 'Necoro' Neumann | 2 | -1/+8 |
2020-04-25 | Shortcut: do nothing, if there is no feed left | René 'Necoro' Neumann | 2 | -0/+9 |
2020-04-25 | Remove undue feeds | René 'Necoro' Neumann | 5 | -1/+20 |
2020-04-25 | Push global feed configuration to feeds | René 'Necoro' Neumann | 5 | -17/+35 |
2020-04-25 | Split cache file | René 'Necoro' Neumann | 3 | -121/+131 |
2020-04-25 | Remove Feeds.String | René 'Necoro' Neumann | 1 | -26/+0 |
2020-04-25 | Larger restructuring | René 'Necoro' Neumann | 20 | -437/+495 |
2020-04-25 | Improved caching | René 'Necoro' Neumann | 6 | -161/+315 |
2020-04-24 | Started caching | René 'Necoro' Neumann | 3 | -1/+133 |
2020-04-23 | Notify about the number of successfully fetched feeds. | René 'Necoro' Neumann | 2 | -6/+22 |
2020-04-23 | Fix concurrent access to the same folder | René 'Necoro' Neumann | 2 | -5/+43 |
2020-04-23 | A mailbox may exist, but not be writable when \Noselect is set | René 'Necoro' Neumann | 2 | -3/+15 |
2020-04-23 | Move template to subfolder of feed | René 'Necoro' Neumann | 3 | -1/+1 |
2020-04-23 | Restructure imap pkg | René 'Necoro' Neumann | 8 | -267/+316 |
2020-04-23 | Concurrent imap | René 'Necoro' Neumann | 4 | -96/+184 |
2020-04-22 | Fix html template | René 'Necoro' Neumann | 2 | -3/+11 |
2020-04-22 | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 6 | -31/+161 |
2020-04-22 | Revert to the now patched version of go-message | René 'Necoro' Neumann | 2 | -5/+4 |
2020-04-22 | Use patched version of go-message | René 'Necoro' Neumann | 3 | -10/+5 |
2020-04-21 | Update README.md | René 'Necoro' Neumann | 1 | -0/+2 |
2020-04-21 | Improved HTML creation | René 'Necoro' Neumann | 4 | -3/+22 |