Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Explicit version info | René 'Necoro' Neumann | 2020-05-03 | 4 | -12/+15 | |
* | --version flag | René 'Necoro' Neumann | 2020-05-03 | 1 | -0/+6 | |
* | Rename from 'client' to 'cl' | René 'Necoro' Neumann | 2020-05-03 | 5 | -26/+26 | |
* | Use UIDPLUS Imap extension | René 'Necoro' Neumann | 2020-05-03 | 4 | -11/+33 | |
* | Fix update in IMAP | René 'Necoro' Neumann | 2020-05-03 | 1 | -2/+12 | |
* | Update support for IMAP | René 'Necoro' Neumann | 2020-05-03 | 5 | -17/+205 | |
* | Option "reupload-if-updated" | René 'Necoro' Neumann | 2020-05-03 | 2 | -0/+4 | |
* | Fix typo | René 'Necoro' Neumann | 2020-05-03 | 1 | -2/+2 | |
* | Use uuid library directly and encode to base64. | René 'Necoro' Neumann | 2020-05-02 | 6 | -10/+16 | |
* | Restructure | René 'Necoro' Neumann | 2020-05-02 | 8 | -95/+111 | |
* | WIP: Message-Ids | René 'Necoro' Neumann | 2020-05-02 | 8 | -5/+40 | |
* | Typo and mention config example in README | René 'Necoro' Neumann | 2020-05-02 | 2 | -1/+3 | |
* | Example configuration | René 'Necoro' Neumann | 2020-05-02 | 1 | -0/+118 | |
* | Option 'body' | René 'Necoro' Neumann | 2020-05-02 | 3 | -13/+59 | |
* | Improved image support | René 'Necoro' Neumann | 2020-05-02 | 4 | -5/+14 | |
* | Embedding images in mail | René 'Necoro' Neumann | 2020-05-02 | 6 | -47/+220 | |
* | Logging fixes | René 'Necoro' Neumann | 2020-05-01 | 2 | -1/+2 | |
* | Config option 'max-failures' | René 'Necoro' Neumann | 2020-05-01 | 4 | -4/+10 | |
* | Reintroduce yaml-internal `feed` | René 'Necoro' Neumann | 2020-05-01 | 3 | -33/+40 | |
* | Print warning on deprecated options. Handle "disable-ssl-verification" | René 'Necoro' Neumann | 2020-05-01 | 2 | -3/+62 | |
* | Print warning, when unknown global option. Also support specifying the new 'o... | René 'Necoro' Neumann | 2020-05-01 | 1 | -0/+23 | |
* | YAML Parsing: Enable 'KnownFields' | René 'Necoro' Neumann | 2020-05-01 | 2 | -0/+11 | |
* | Yaml: Pass `Reader` around instead of []byte | René 'Necoro' Neumann | 2020-05-01 | 3 | -11/+12 | |
* | Remove pointers from feed options. Detect unknown fields in feed and group op... | René 'Necoro' Neumann | 2020-05-01 | 7 | -130/+178 | |
* | Fix template error when byteCount called with empty string | René 'Necoro' Neumann | 2020-05-01 | 1 | -3/+6 | |
* | New options --build-cache and --dry-run | René 'Necoro' Neumann | 2020-05-01 | 3 | -16/+38 | |
* | Stylistic improvements | René 'Necoro' Neumann | 2020-04-27 | 1 | -7/+12 | |
* | Add tls-no-verify option to disallow certificate checks. | René 'Necoro' Neumann | 2020-04-27 | 4 | -4/+34 | |
* | Fix messages | René 'Necoro' Neumann | 2020-04-27 | 1 | -2/+2 | |
* | Fix template generation | René 'Necoro' Neumann | 2020-04-26 | 1 | -1/+3 | |
* | Handle `target: null` the same as `target: ""`. | René 'Necoro' Neumann | 2020-04-26 | 4 | -49/+85 | |
* | Option `always-new` | René 'Necoro' Neumann | 2020-04-26 | 5 | -7/+21 | |
* | Fix logic in `similarTo` | René 'Necoro' Neumann | 2020-04-26 | 1 | -4/+4 | |
* | Options: "disable" and "ignore-hash" | René 'Necoro' Neumann | 2020-04-26 | 4 | -6/+16 | |
* | Handle the waitGroup internally in ForeachGo | René 'Necoro' Neumann | 2020-04-26 | 3 | -20/+13 | |
* | Some linting remarks | René 'Necoro' Neumann | 2020-04-26 | 6 | -14/+18 | |
* | Update README.md | René 'Necoro' Neumann | 2020-04-26 | 1 | -1/+1 | |
* | Update README.md | René 'Necoro' Neumann | 2020-04-26 | 1 | -5/+2 | |
* | Update README.md | René 'Necoro' Neumann | 2020-04-26 | 1 | -8/+33 | |
* | Filtering from cache | René 'Necoro' Neumann | 2020-04-26 | 9 | -14/+219 | |
* | Improved HTML template | René 'Necoro' Neumann | 2020-04-26 | 2 | -7/+10 | |
* | Add debug output | René 'Necoro' Neumann | 2020-04-25 | 2 | -8/+39 | |
* | feeditem.Creator | René 'Necoro' Neumann | 2020-04-25 | 2 | -1/+8 | |
* | Shortcut: do nothing, if there is no feed left | René 'Necoro' Neumann | 2020-04-25 | 2 | -0/+9 | |
* | Remove undue feeds | René 'Necoro' Neumann | 2020-04-25 | 5 | -1/+20 | |
* | Push global feed configuration to feeds | René 'Necoro' Neumann | 2020-04-25 | 5 | -17/+35 | |
* | Split cache file | René 'Necoro' Neumann | 2020-04-25 | 3 | -121/+131 | |
* | Remove Feeds.String | René 'Necoro' Neumann | 2020-04-25 | 1 | -26/+0 | |
* | Larger restructuring | René 'Necoro' Neumann | 2020-04-25 | 20 | -437/+495 | |
* | Improved caching | René 'Necoro' Neumann | 2020-04-25 | 6 | -161/+315 |