aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename from 'client' to 'cl'René 'Necoro' Neumann2020-05-035-26/+26
|
* Use UIDPLUS Imap extensionRené 'Necoro' Neumann2020-05-034-11/+33
|
* Fix update in IMAPRené 'Necoro' Neumann2020-05-031-2/+12
|
* Update support for IMAPRené 'Necoro' Neumann2020-05-035-17/+205
|
* Option "reupload-if-updated"René 'Necoro' Neumann2020-05-032-0/+4
|
* Fix typoRené 'Necoro' Neumann2020-05-031-2/+2
|
* Use uuid library directly and encode to base64.René 'Necoro' Neumann2020-05-026-10/+16
| | | | Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname.
* RestructureRené 'Necoro' Neumann2020-05-028-95/+111
|
* WIP: Message-IdsRené 'Necoro' Neumann2020-05-028-5/+40
|
* Typo and mention config example in READMERené 'Necoro' Neumann2020-05-022-1/+3
|
* Example configurationRené 'Necoro' Neumann2020-05-021-0/+118
|
* Option 'body'René 'Necoro' Neumann2020-05-023-13/+59
|
* Improved image supportRené 'Necoro' Neumann2020-05-024-5/+14
|
* Embedding images in mailRené 'Necoro' Neumann2020-05-026-47/+220
|
* Logging fixesRené 'Necoro' Neumann2020-05-012-1/+2
|
* Config option 'max-failures'René 'Necoro' Neumann2020-05-014-4/+10
|
* Reintroduce yaml-internal `feed`René 'Necoro' Neumann2020-05-013-33/+40
|
* 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
|