aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Print warning on deprecated options. Handle "disable-ssl-verification"René 'Necoro' Neumann2020-05-012-3/+62
|
* Print warning, when unknown global option. Also support specifying the new ↵René 'Necoro' Neumann2020-05-011-0/+23
| | | | 'options:' keys on global level, but print warning.
* YAML Parsing: Enable 'KnownFields'René 'Necoro' Neumann2020-05-012-0/+11
|
* Yaml: Pass `Reader` around instead of []byteRené 'Necoro' Neumann2020-05-013-11/+12
|
* Remove pointers from feed options. Detect unknown fields in feed and group ↵René 'Necoro' Neumann2020-05-017-130/+178
| | | | options.
* Fix template error when byteCount called with empty stringRené 'Necoro' Neumann2020-05-011-3/+6
|
* New options --build-cache and --dry-runRené 'Necoro' Neumann2020-05-013-16/+38
| | | | Closes #11
* Stylistic improvementsRené 'Necoro' Neumann2020-04-271-7/+12
|
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-274-4/+34
| | | | Closes #3
* Fix messagesRené 'Necoro' Neumann2020-04-271-2/+2
|
* Fix template generationRené 'Necoro' Neumann2020-04-261-1/+3
|
* Handle `target: null` the same as `target: ""`.René 'Necoro' Neumann2020-04-264-49/+85
| | | | Closes #1
* Option `always-new`René 'Necoro' Neumann2020-04-265-7/+21
|
* Fix logic in `similarTo`René 'Necoro' Neumann2020-04-261-4/+4
|
* Options: "disable" and "ignore-hash"René 'Necoro' Neumann2020-04-264-6/+16
|
* Handle the waitGroup internally in ForeachGoRené 'Necoro' Neumann2020-04-263-20/+13
|
* Some linting remarksRené 'Necoro' Neumann2020-04-266-14/+18
|
* Update README.mdRené 'Necoro' Neumann2020-04-261-1/+1
|
* Update README.mdRené 'Necoro' Neumann2020-04-261-5/+2
|
* Update README.mdRené 'Necoro' Neumann2020-04-261-8/+33
|
* Filtering from cacheRené 'Necoro' Neumann2020-04-269-14/+219
|
* Improved HTML templateRené 'Necoro' Neumann2020-04-262-7/+10
|
* Add debug outputRené 'Necoro' Neumann2020-04-252-8/+39
|
* feeditem.CreatorRené 'Necoro' Neumann2020-04-252-1/+8
|
* Shortcut: do nothing, if there is no feed leftRené 'Necoro' Neumann2020-04-252-0/+9
|
* Remove undue feedsRené 'Necoro' Neumann2020-04-255-1/+20
|
* Push global feed configuration to feedsRené 'Necoro' Neumann2020-04-255-17/+35
|
* Split cache fileRené 'Necoro' Neumann2020-04-253-121/+131
|
* Remove Feeds.StringRené 'Necoro' Neumann2020-04-251-26/+0
| | | | With using `spew` this is no longer needed
* Larger restructuringRené 'Necoro' Neumann2020-04-2520-437/+495
|
* Improved cachingRené 'Necoro' Neumann2020-04-256-161/+315
|
* Started cachingRené 'Necoro' Neumann2020-04-243-1/+133
|
* Notify about the number of successfully fetched feeds.René 'Necoro' Neumann2020-04-232-6/+22
|
* Fix concurrent access to the same folderRené 'Necoro' Neumann2020-04-232-5/+43
|
* A mailbox may exist, but not be writable when \Noselect is setRené 'Necoro' Neumann2020-04-232-3/+15
|
* Move template to subfolder of feedRené 'Necoro' Neumann2020-04-233-1/+1
|
* Restructure imap pkgRené 'Necoro' Neumann2020-04-238-267/+316
|
* Concurrent imapRené 'Necoro' Neumann2020-04-234-96/+184
|
* Fix html templateRené 'Necoro' Neumann2020-04-222-3/+11
|
* Concurrent feed processing; central imap handlerRené 'Necoro' Neumann2020-04-226-31/+161
|
* Revert to the now patched version of go-messageRené 'Necoro' Neumann2020-04-222-5/+4
|
* Use patched version of go-messageRené 'Necoro' Neumann2020-04-223-10/+5
|
* Update README.mdRené 'Necoro' Neumann2020-04-211-0/+2
|
* Improved HTML creationRené 'Necoro' Neumann2020-04-214-3/+22
|
* Upload mails to imapRené 'Necoro' Neumann2020-04-213-35/+80
|
* Move HTML template to stringRené 'Necoro' Neumann2020-04-213-12/+13
|
* HTML Template part of the mailRené 'Necoro' Neumann2020-04-217-18/+199
|
* Fixes and validationRené 'Necoro' Neumann2020-04-206-28/+25
|
* Fix vettingRené 'Necoro' Neumann2020-04-201-1/+1
|
* Started with mail creationRené 'Necoro' Neumann2020-04-204-3/+126
|