aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-01Logging fixesRené 'Necoro' Neumann2-1/+2
2020-05-01Config option 'max-failures'René 'Necoro' Neumann4-4/+10
2020-05-01Reintroduce yaml-internal `feed`René 'Necoro' Neumann3-33/+40
2020-05-01Print warning on deprecated options. Handle "disable-ssl-verification"René 'Necoro' Neumann2-3/+62
2020-05-01Print warning, when unknown global option. Also support specifying the new 'o...René 'Necoro' Neumann1-0/+23
2020-05-01YAML Parsing: Enable 'KnownFields'René 'Necoro' Neumann2-0/+11
2020-05-01Yaml: Pass `Reader` around instead of []byteRené 'Necoro' Neumann3-11/+12
2020-05-01Remove pointers from feed options. Detect unknown fields in feed and group op...René 'Necoro' Neumann7-130/+178
2020-05-01Fix template error when byteCount called with empty stringRené 'Necoro' Neumann1-3/+6
2020-05-01New options --build-cache and --dry-runRené 'Necoro' Neumann3-16/+38
2020-04-27Stylistic improvementsRené 'Necoro' Neumann1-7/+12
2020-04-27Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann4-4/+34
2020-04-27Fix messagesRené 'Necoro' Neumann1-2/+2
2020-04-26Fix template generationRené 'Necoro' Neumann1-1/+3
2020-04-26Handle `target: null` the same as `target: ""`.René 'Necoro' Neumann4-49/+85
2020-04-26Option `always-new`René 'Necoro' Neumann5-7/+21
2020-04-26Fix logic in `similarTo`René 'Necoro' Neumann1-4/+4
2020-04-26Options: "disable" and "ignore-hash"René 'Necoro' Neumann4-6/+16
2020-04-26Handle the waitGroup internally in ForeachGoRené 'Necoro' Neumann3-20/+13
2020-04-26Some linting remarksRené 'Necoro' Neumann6-14/+18
2020-04-26Update README.mdRené 'Necoro' Neumann1-1/+1
2020-04-26Update README.mdRené 'Necoro' Neumann1-5/+2
2020-04-26Update README.mdRené 'Necoro' Neumann1-8/+33
2020-04-26Filtering from cacheRené 'Necoro' Neumann9-14/+219
2020-04-26Improved HTML templateRené 'Necoro' Neumann2-7/+10
2020-04-25Add debug outputRené 'Necoro' Neumann2-8/+39
2020-04-25feeditem.CreatorRené 'Necoro' Neumann2-1/+8
2020-04-25Shortcut: do nothing, if there is no feed leftRené 'Necoro' Neumann2-0/+9
2020-04-25Remove undue feedsRené 'Necoro' Neumann5-1/+20
2020-04-25Push global feed configuration to feedsRené 'Necoro' Neumann5-17/+35
2020-04-25Split cache fileRené 'Necoro' Neumann3-121/+131
2020-04-25Remove Feeds.StringRené 'Necoro' Neumann1-26/+0
2020-04-25Larger restructuringRené 'Necoro' Neumann20-437/+495
2020-04-25Improved cachingRené 'Necoro' Neumann6-161/+315
2020-04-24Started cachingRené 'Necoro' Neumann3-1/+133
2020-04-23Notify about the number of successfully fetched feeds.René 'Necoro' Neumann2-6/+22
2020-04-23Fix concurrent access to the same folderRené 'Necoro' Neumann2-5/+43
2020-04-23A mailbox may exist, but not be writable when \Noselect is setRené 'Necoro' Neumann2-3/+15
2020-04-23Move template to subfolder of feedRené 'Necoro' Neumann3-1/+1
2020-04-23Restructure imap pkgRené 'Necoro' Neumann8-267/+316
2020-04-23Concurrent imapRené 'Necoro' Neumann4-96/+184
2020-04-22Fix html templateRené 'Necoro' Neumann2-3/+11
2020-04-22Concurrent feed processing; central imap handlerRené 'Necoro' Neumann6-31/+161
2020-04-22Revert to the now patched version of go-messageRené 'Necoro' Neumann2-5/+4
2020-04-22Use patched version of go-messageRené 'Necoro' Neumann3-10/+5
2020-04-21Update README.mdRené 'Necoro' Neumann1-0/+2
2020-04-21Improved HTML creationRené 'Necoro' Neumann4-3/+22
2020-04-21Upload mails to imapRené 'Necoro' Neumann3-35/+80
2020-04-21Move HTML template to stringRené 'Necoro' Neumann3-12/+13
2020-04-21HTML Template part of the mailRené 'Necoro' Neumann7-18/+199