diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 02:26:54 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 02:26:54 +0200 |
commit | 3e219c232c0bb4a64f615c599473c959691e6319 (patch) | |
tree | 6d061451eaaf828b3cefde33d9b1bafa462268ca /README.md | |
parent | ff4f709486a69bc1650db73a003255e58cae0532 (diff) | |
download | feed2imap-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |