aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix writing the cacheRené 'Necoro' Neumann2020-08-221-1/+1
|
* Improve messageRené 'Necoro' Neumann2020-08-221-1/+1
|
* Lock file names must be absoluteRené 'Necoro' Neumann2020-08-221-3/+8
|
* Lock cacheRené 'Necoro' Neumann2020-08-223-13/+59
|
* Add creation timestamp as headerRené 'Necoro' Neumann2020-08-222-0/+2
|
* Fixes a bug where cached items get deleted when the feed is emptyRené 'Necoro' Neumann2020-06-201-2/+4
|
* print-cache: Tool for printing the contents of the cacheRené 'Necoro' Neumann2020-06-203-3/+54
|
* Fix/add debug messagesRené 'Necoro' Neumann2020-06-202-2/+7
|
* Make errors from exec calls always being printed as errorsRené 'Necoro' Neumann2020-05-251-1/+1
|
* 'Exec' as an alternative to 'Url'René 'Necoro' Neumann2020-05-254-16/+66
|
* New option 'item-filter'René 'Necoro' Neumann2020-05-213-5/+83
|
* Verbose variant of 'target' in configRené 'Necoro' Neumann2020-05-142-93/+14
|
* Fixed linebreaks for Enclosures in text templateRené 'Necoro' Neumann2020-05-101-5/+5
|
* Switch to our own html2text fork for the time beingRené 'Necoro' Neumann2020-05-101-2/+2
|
* Text part in emailsRené 'Necoro' Neumann2020-05-105-28/+104
|
* Renamed feed template to html templateRené 'Necoro' Neumann2020-05-102-2/+2
|
* Print item hashes in debug modeRené 'Necoro' Neumann2020-05-081-1/+7
|
* Improve html renderingRené 'Necoro' Neumann2020-05-072-53/+32
|
* Do not assume items to be new when their published date is newer than the ↵René 'Necoro' Neumann2020-05-071-7/+0
| | | | last run
* Better detection if a text starts with html or notRené 'Necoro' Neumann2020-05-071-3/+12
|
* Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann2020-05-072-1/+5
|
* FixRené 'Necoro' Neumann2020-05-071-1/+1
|
* Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann2020-05-074-21/+31
|
* Improve templateRené 'Necoro' Neumann2020-05-063-20/+28
|
* Unify connection handlingRené 'Necoro' Neumann2020-05-043-43/+104
|
* when tls verification is disabled for the feed, we should also disable this ↵René 'Necoro' Neumann2020-05-041-3/+4
| | | | for the images
* Better handling of embedded images with relative urlsRené 'Necoro' Neumann2020-05-031-13/+27
|
* Explicit version infoRené 'Necoro' Neumann2020-05-031-1/+2
|
* Rename from 'client' to 'cl'René 'Necoro' Neumann2020-05-035-26/+26
|
* Use UIDPLUS Imap extensionRené 'Necoro' Neumann2020-05-032-11/+26
|
* Fix update in IMAPRené 'Necoro' Neumann2020-05-031-2/+12
|
* Update support for IMAPRené 'Necoro' Neumann2020-05-034-13/+201
|
* Fix typoRené 'Necoro' Neumann2020-05-031-2/+2
|
* Use uuid library directly and encode to base64.René 'Necoro' Neumann2020-05-024-5/+15
| | | | Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname.
* RestructureRené 'Necoro' Neumann2020-05-026-88/+104
|
* WIP: Message-IdsRené 'Necoro' Neumann2020-05-025-3/+30
|
* Option 'body'René 'Necoro' Neumann2020-05-021-13/+22
|
* Improved image supportRené 'Necoro' Neumann2020-05-021-5/+10
|
* Embedding images in mailRené 'Necoro' Neumann2020-05-023-27/+184
|
* Logging fixesRené 'Necoro' Neumann2020-05-011-1/+1
|
* Config option 'max-failures'René 'Necoro' Neumann2020-05-013-4/+8
|
* Remove pointers from feed options. Detect unknown fields in feed and group ↵René 'Necoro' Neumann2020-05-013-8/+8
| | | | 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-012-3/+17
| | | | Closes #11
* Stylistic improvementsRené 'Necoro' Neumann2020-04-271-7/+12
|
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-273-4/+29
| | | | Closes #3
* Fix messagesRené 'Necoro' Neumann2020-04-271-2/+2
|
* Fix template generationRené 'Necoro' Neumann2020-04-261-1/+3
|
* Option `always-new`René 'Necoro' Neumann2020-04-264-7/+16
|
* Fix logic in `similarTo`René 'Necoro' Neumann2020-04-261-4/+4
|