diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-18 12:53:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 12:53:17 +0200 |
commit | c18b7ca1da4c264ecf41e7feb37102e57e7d5d4f (patch) | |
tree | f38101e228d16bc6349d3f3a9d39581743bbf673 /README.md | |
parent | e94835132e18714eada86f467e03270a8084ac66 (diff) | |
download | feed2imap-go-c18b7ca1da4c264ecf41e7feb37102e57e7d5d4f.tar.gz feed2imap-go-c18b7ca1da4c264ecf41e7feb37102e57e7d5d4f.tar.bz2 feed2imap-go-c18b7ca1da4c264ecf41e7feb37102e57e7d5d4f.zip |
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..46a0007 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# feed2imap-go + +A software to convert rss feeds into mails. + +It is a rewrite in Go of the wonderful, but unfortunately now unmaintained, [feed2imap](https://github.com/feed2imap/feed2imap). +It aims to be compatible in functionality and configuration, serving as a drop-in replacement. + +## Features + +TBD + +### Additions from feed2imap + +* groups + +### Unsupported features compared to feed2imap + +TBD |