diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-04 01:03:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 01:03:04 +0200 |
commit | ab4fde55f63e8cfdc56b4dd285051e9ca685a654 (patch) | |
tree | 94415816ec4c6c61dbda57df5f4195e0abfe5398 | |
parent | 9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4 (diff) | |
download | feed2imap-go-ab4fde55f63e8cfdc56b4dd285051e9ca685a654.tar.gz feed2imap-go-ab4fde55f63e8cfdc56b4dd285051e9ca685a654.tar.bz2 feed2imap-go-ab4fde55f63e8cfdc56b4dd285051e9ca685a654.zip |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -20,7 +20,7 @@ An example configuration can be found [here](config.yml.example). for details. * Connection to any IMAP server, using IMAP, IMAP+STARTTLS, or IMAPS. * Detection of duplicates: Heuristics what feed items have already been uploaded. -* Update mechanism: When a feed item is updated, so is the mail. (_TODO_: [issue #9][i9]) +* Update mechanism: When a feed item is updated, so is the mail. * Detailed configuration options per feed (fetch frequency, should images be included, tune change heuristics, ...) ## Changes @@ -28,13 +28,14 @@ for details. ### Additions to feed2imap * groups (_details TBD_) -* heavier use of parallel processing (it's Go after all ;)) +* Heavier use of parallel processing (it's Go after all ;)) * Global `target` and each feed only specifies the folder relative to that target. (feature contained also in [fork of the original][nec]) * Fix `include-images` option: It now includes images as mime-parts. An additional `embed-images` option serves the images as inline base64-encoded data (the old default behavior of feed2imap). -* Improved image inclusion: Links without scheme; images without extension (using mime-detection) +* Improved image inclusion: Support any relative URLs, including `//example.com/foo.png` * Use HTML-Parser instead of regular expressions for modifying the HTML content. +* STARTTLS-Support. As it turned out only in testing, the old feed2imap never supported it... ### Subtle differences |