Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #46: Fix semantics of `n` result | René 'Necoro' Neumann | 2021-02-16 | 2 | -9/+15 |
| | | | | | Per contract, the returned number of bytes written should be the number of bytes _from the input_. Therefore, the added bytes (`\r` or `\n`) shall not count into that number. | ||||
* | Issue #46: Move and rename writer; add comments | René 'Necoro' Neumann | 2021-02-16 | 2 | -10/+19 |
| | |||||
* | Issue #46: Improvements; add tests | René 'Necoro' Neumann | 2021-02-15 | 2 | -1/+48 |
| | |||||
* | Issue #46: Make the resulting email body not to include single \r or \n. ↵ | René 'Necoro' Neumann | 2021-02-15 | 1 | -0/+63 |
| | | | | This now pleases Cyrus IMAP. | ||||
* | Prepare v0.5.2 | René 'Necoro' Neumann | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | Prepare v0.5.1 | René 'Necoro' Neumann | 2020-09-11 | 1 | -1/+1 |
| | |||||
* | Prepare v0.5.0v0.5.0 | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | #26: Introduce new option `auto-target` | René 'Necoro' Neumann | 2020-08-22 | 3 | -13/+45 |
| | |||||
* | Prepare v0.4.1v0.4.1 | René 'Necoro' Neumann | 2020-06-20 | 1 | -1/+1 |
| | |||||
* | Prepare v0.4.0 | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | 'Exec' as an alternative to 'Url' | René 'Necoro' Neumann | 2020-05-25 | 5 | -2/+30 |
| | |||||
* | New option 'item-filter' | René 'Necoro' Neumann | 2020-05-21 | 2 | -10/+12 |
| | |||||
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 3 | -3/+238 |
| | |||||
* | Prepare v0.3.1 | René 'Necoro' Neumann | 2020-05-12 | 1 | -1/+1 |
| | |||||
* | Prepare release 0.3.0v0.3.0 | René 'Necoro' Neumann | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | Allow options on group level. | René 'Necoro' Neumann | 2020-05-10 | 1 | -4/+6 |
| | | | | Closes #12. | ||||
* | Release v0.2.0v0.2.0 | René 'Necoro' Neumann | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | go fmt | René 'Necoro' Neumann | 2020-05-07 | 1 | -3/+2 |
| | |||||
* | Min frequency should be 0 by default | René 'Necoro' Neumann | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Build releases with goreleaser | René 'Necoro' Neumann | 2020-05-04 | 1 | -4/+11 |
| | |||||
* | Increase version | René 'Necoro' Neumann | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | v0.1.0v0.1.0 | René 'Necoro' Neumann | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Slightly enhance logging | René 'Necoro' Neumann | 2020-05-03 | 1 | -4/+4 |
| | |||||
* | Explicit version info | René 'Necoro' Neumann | 2020-05-03 | 2 | -10/+11 |
| | |||||
* | Option "reupload-if-updated" | René 'Necoro' Neumann | 2020-05-03 | 1 | -0/+1 |
| | |||||
* | Restructure | René 'Necoro' Neumann | 2020-05-02 | 1 | -4/+4 |
| | |||||
* | WIP: Message-Ids | René 'Necoro' Neumann | 2020-05-02 | 1 | -2/+3 |
| | |||||
* | Option 'body' | René 'Necoro' Neumann | 2020-05-02 | 2 | -0/+37 |
| | |||||
* | Embedding images in mail | René 'Necoro' Neumann | 2020-05-02 | 1 | -12/+14 |
| | |||||
* | Config option 'max-failures' | René 'Necoro' Neumann | 2020-05-01 | 1 | -0/+2 |
| | |||||
* | 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 ↵ | René 'Necoro' Neumann | 2020-05-01 | 1 | -0/+23 |
| | | | | 'options:' keys on global level, but print warning. | ||||
* | 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 ↵ | René 'Necoro' Neumann | 2020-05-01 | 4 | -122/+170 |
| | | | | options. | ||||
* | Add tls-no-verify option to disallow certificate checks. | René 'Necoro' Neumann | 2020-04-27 | 1 | -0/+5 |
| | | | | Closes #3 | ||||
* | Handle `target: null` the same as `target: ""`. | René 'Necoro' Neumann | 2020-04-26 | 2 | -48/+80 |
| | | | | Closes #1 | ||||
* | Option `always-new` | René 'Necoro' Neumann | 2020-04-26 | 1 | -0/+5 |
| | |||||
* | Options: "disable" and "ignore-hash" | René 'Necoro' Neumann | 2020-04-26 | 1 | -0/+10 |
| | |||||
* | Some linting remarks | René 'Necoro' Neumann | 2020-04-26 | 1 | -2/+4 |
| | |||||
* | Filtering from cache | René 'Necoro' Neumann | 2020-04-26 | 2 | -0/+14 |
| | |||||
* | Add debug output | René 'Necoro' Neumann | 2020-04-25 | 1 | -7/+33 |
| | |||||
* | Push global feed configuration to feeds | René 'Necoro' Neumann | 2020-04-25 | 4 | -16/+34 |
| | |||||
* | Remove Feeds.String | René 'Necoro' Neumann | 2020-04-25 | 1 | -26/+0 |
| | | | | With using `spew` this is no longer needed | ||||
* | Larger restructuring | René 'Necoro' Neumann | 2020-04-25 | 6 | -0/+637 |