aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 01:03:04 +0200
committerGitHub <noreply@github.com>2020-05-04 01:03:04 +0200
commitab4fde55f63e8cfdc56b4dd285051e9ca685a654 (patch)
tree94415816ec4c6c61dbda57df5f4195e0abfe5398 /README.md
parent9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4 (diff)
downloadfeed2imap-go-ab4fde55f63e8cfdc56b4dd285051e9ca685a654.tar.gz
feed2imap-go-ab4fde55f63e8cfdc56b4dd285051e9ca685a654.tar.bz2
feed2imap-go-ab4fde55f63e8cfdc56b4dd285051e9ca685a654.zip
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9aefbbc..75f2491 100644
--- a/README.md
+++ b/README.md
@@ -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
Fixed bug not showing the use-flag-list in some casesnecoro1-3/+5 2006-10-09bla - prepared 0.4.0 ; added dialogs.py; extended some commentsnecoro9-125/+293 2006-10-08Made the testing stuff working too ... I hope ^^ ... removed obsolete-dirnecoro7-145/+113 2006-10-05Added first support for the masking stuff ... and hoping that it is going to ↵necoro5-79/+135 work properly ;) 2006-10-05Changed changelog / added config-filenecoro2-0/+10 2006-10-05Added preference windownecoro4-49/+155 2006-10-02Corrected comments, structure, bad algorithms etcnecoro4-176/+209 2006-10-02Corrected indention in commentnecoro1-8/+6 2006-10-010.3.3necoro1-0/+6 2006-10-01Implemented an internal db; removed unmerge-bugnecoro2-26/+43 2006-09-30Implemented some new backend functions which speed up the ↵necoro2-12/+37 package-list-creation. (Thanks an porthole for the inspiration ;P) 2006-09-300.3.2 release; changed font in terminal; added new "masking"-dialognecoro3-11/+36 2006-09-29fixed bugsnecoro4-13/+23 2006-09-29Corrected setup.pynecoro1-1/+1