aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 16:16:41 +0200
committerGitHub <noreply@github.com>2020-08-22 16:16:41 +0200
commit03f84710ecfcb221b4517309231b6ee3510052ee (patch)
tree22fb81e3b8644fe35f90d1ad6c0ff79b1d59a545 /README.md
parentd673bf4c8ccfda45aa9960abfc6885a954e729a9 (diff)
downloadfeed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.tar.gz
feed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.tar.bz2
feed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.zip
Update README.md
More details on groups
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 576638f..6f9b378 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,8 @@ for details.
### Additions to feed2imap
-* groups (_details TBD_)
+* Groups: Have the ability to group feeds that share characteristics, most often the same parent folder in the hiearchy.
+ But also allows to share options between feeds. Usages: Categories ("News", "Linux") and merging different feeds of the same origin.
* Heavier use of parallel processing (it's Go after all ;)). Also, it is way faster.
* Global `target` and each feed only specifies the folder relative to that target.
(feature contained also in [fork of the original][nec])
0 +0200'>2010-04-18prepare releaseLucas Nussbaum4-5/+5 2010-04-18provide a way to disable SSL certificate verificationLucas Nussbaum4-1/+12 2010-04-18update changelogLucas Nussbaum1-0/+4 2010-04-18Update rubyimap.rbLucas Nussbaum1-5/+38 Update rubyimap.rb to upstream revision 27336 2010-03-17Document the maildir targetSandra Snan3-5/+5 I looked for a good feed to maildir program, and I couldn’t find one. Turns out, by looking at feed2imaps source code, that it has that function. So here’s a documentation patch so it’s easier to find. This patch shouldn’t touch any code. Generated by git. Sandra Signed-off-by: Sandra Snan <sandra.snan@handgranat.org> 2009-12-26Avoid using "acme.com"Lucas Nussbaum4-10/+19 Patch from Guido Berhoerster <guido@berhoerster.name>: Hello, here is a small patch that avoids using the valid(!) domain "acme.com" for generating message ids and email addresses. It adds a new global configuration option "default-email" which will be used in case a feed does provide one, currently feed2imap resorts to "feed2imap@acme.com". If this configuration option is not given it will basically default to <logname>@<hostname> as returned by Etc.getlogin and Socket.gethostname. Yours, 2009-09-04fix to use Message-Id instead of X-CacheIndexLucas Nussbaum1-5/+2 2009-09-03added the forth arg to ConfigFeed::new for maildirLucas Nussbaum1-1/+1