Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Closes #11 | ||||
* | 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 |
| | | | | Closes #3 | ||||
* | 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 |
| | | | | Closes #1 | ||||
* | 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 |
| | | | | With using `spew` this is no longer needed | ||||
* | Larger restructuring | René 'Necoro' Neumann | 2020-04-25 | 20 | -437/+495 |
| | |||||
* | Improved caching | René 'Necoro' Neumann | 2020-04-25 | 6 | -161/+315 |
| | |||||
* | Started caching | René 'Necoro' Neumann | 2020-04-24 | 3 | -1/+133 |
| | |||||
* | Notify about the number of successfully fetched feeds. | René 'Necoro' Neumann | 2020-04-23 | 2 | -6/+22 |
| | |||||
* | Fix concurrent access to the same folder | René 'Necoro' Neumann | 2020-04-23 | 2 | -5/+43 |
| | |||||
* | A mailbox may exist, but not be writable when \Noselect is set | René 'Necoro' Neumann | 2020-04-23 | 2 | -3/+15 |
| | |||||
* | Move template to subfolder of feed | René 'Necoro' Neumann | 2020-04-23 | 3 | -1/+1 |
| | |||||
* | Restructure imap pkg | René 'Necoro' Neumann | 2020-04-23 | 8 | -267/+316 |
| | |||||
* | Concurrent imap | René 'Necoro' Neumann | 2020-04-23 | 4 | -96/+184 |
| | |||||
* | Fix html template | René 'Necoro' Neumann | 2020-04-22 | 2 | -3/+11 |
| | |||||
* | Concurrent feed processing; central imap handler | René 'Necoro' Neumann | 2020-04-22 | 6 | -31/+161 |
| | |||||
* | Revert to the now patched version of go-message | René 'Necoro' Neumann | 2020-04-22 | 2 | -5/+4 |
| | |||||
* | Use patched version of go-message | René 'Necoro' Neumann | 2020-04-22 | 3 | -10/+5 |
| | |||||
* | Update README.md | René 'Necoro' Neumann | 2020-04-21 | 1 | -0/+2 |
| | |||||
* | Improved HTML creation | René 'Necoro' Neumann | 2020-04-21 | 4 | -3/+22 |
| | |||||
* | Upload mails to imap | René 'Necoro' Neumann | 2020-04-21 | 3 | -35/+80 |
| | |||||
* | Move HTML template to string | René 'Necoro' Neumann | 2020-04-21 | 3 | -12/+13 |
| | |||||
* | HTML Template part of the mail | René 'Necoro' Neumann | 2020-04-21 | 7 | -18/+199 |
| | |||||
* | Fixes and validation | René 'Necoro' Neumann | 2020-04-20 | 6 | -28/+25 |
| | |||||
* | Fix vetting | René 'Necoro' Neumann | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | Started with mail creation | René 'Necoro' Neumann | 2020-04-20 | 4 | -3/+126 |
| | |||||
* | Feeditems | René 'Necoro' Neumann | 2020-04-20 | 2 | -2/+14 |
| | |||||
* | GlobalOptions | René 'Necoro' Neumann | 2020-04-20 | 3 | -25/+79 |
| | |||||
* | Restructure | René 'Necoro' Neumann | 2020-04-19 | 6 | -152/+177 |
| | |||||
* | Rename package 'parse' to 'feed' | René 'Necoro' Neumann | 2020-04-19 | 2 | -3/+3 |
| | |||||
* | SELECT is not necessary for most operations -- skip it | René 'Necoro' Neumann | 2020-04-19 | 2 | -12/+1 |
| |