aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-02 02:26:54 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-02 02:26:54 +0200
commit3e219c232c0bb4a64f615c599473c959691e6319 (patch)
tree6d061451eaaf828b3cefde33d9b1bafa462268ca /README.md
parentff4f709486a69bc1650db73a003255e58cae0532 (diff)
downloadfeed2imap-go-3e219c232c0bb4a64f615c599473c959691e6319.tar.gz
feed2imap-go-3e219c232c0bb4a64f615c599473c959691e6319.tar.bz2
feed2imap-go-3e219c232c0bb4a64f615c599473c959691e6319.zip
Improved image support
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0d41cf..bda5ce2 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ for details.
(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)
* Use HTML-Parser instead of regular expressions for modifying the HTML content.
### Subtle differences