Earlier quoted context omitted.
> I have a script which monitors RSS feeds and turns them into emails. I totally keep meaning to do this. Glad I'm not the only one with this crazy preference!
https://github.com/rcarmo/rss2imap
Kill the newsletter: Convert newsletters into RSS feeds
21–30 of 114 posts
Re: Kill the newsletter: Convert newsletters into RSS feeds
#22I prefer to use my email clients to read my news. Means I don't have to run an additional application. I have a script which monitors RSS feeds and turns them into emails. I filter them into a "News" mail folder. I run K-9 Mail, Mutt and Webmail depending on what device I'm using. Thanks to IMAP my "news readers" stay in sync due to the "\Seen" IMAP flag, and the ability to delete messages. Thanks to IMAP PUSH I don'…
Re: Kill the newsletter: Convert newsletters into RSS feeds
#23I prefer to use my email clients to read my news. Means I don't have to run an additional application. I have a script which monitors RSS feeds and turns them into emails. I filter them into a "News" mail folder. I run K-9 Mail, Mutt and Webmail depending on what device I'm using. Thanks to IMAP my "news readers" stay in sync due to the "\Seen" IMAP flag, and the ability to delete messages. Thanks to IMAP PUSH I don'…
I do prefer RSS entries as email entries, therefore newletters and RSS feeds are more or less the same to me.
[1]: http://www.allthingsrss.com/rss2email/ [2]: http://microformats.org/wiki/h-feed
Re: Kill the newsletter: Convert newsletters into RSS feeds
#24I think we are moving towards a descentralized Internet. The RSS feed needs a central server, the newsletter can be broadcasted and then forwarded peer to peer. I'd argue the opposite then: save the newsletter, just maybe evolve it into something better (maybe with schema email??)
Sounds like Usenet :) RSS is probably easier to layer on top of those new fangled HTTP-over-P2P networks like IPFS. Heck, I remember proposals for combining RSS and BitTorrent, so an RSS feed could be spread via BitTorrent, with incremental updates being applied, and with each entry containing BitTorrent magnet links. This was proposed as a distributed way to provide podcasts ("podcatching"). Not sure if it got imple…
Re: Kill the newsletter: Convert newsletters into RSS feeds
#25It's funny, last week I actually looked for the opposite! I don't use RSS and don't have a reader (since google dropped theirs) and so when I find blogs that interest me, I want to be able to subscribe via emails. Then I just add the updates I receive in the correct folder/tag and go back to read whatever I want, whenevr.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#26Re: Kill the newsletter: Convert newsletters into RSS feeds
#27I'm so glad that someone built this. I have the same use case as the author where I just don't want newsletters to read, but that are time insensitive, intermingled with communication to people in my inbox. I'm excited to try this approach. I'd be interested to see what other solutions people have come up with to this problem.
A simple approach is to filter them in your email client into a folder/tag and out of the inbox. That's what I do for mailing lists (which aren't well suited for RSS, since they're threaded).
Re: Kill the newsletter: Convert newsletters into RSS feeds
#28Re: Kill the newsletter: Convert newsletters into RSS feeds
#29Re: Kill the newsletter: Convert newsletters into RSS feeds
#30Kudos for making the source code available and allowing to self-host the service. If you are thinking about making some money with it, maybe one twist would be to be to offer a SaaS "proxy" between the newsletter and the subscriber, where subscribers enter their real email and search for newsletters they are interested in and convert them into a feed? Although TBH I'm not sure there is money in RSS readers...
- make the UI easier to use on mobile
- make feed title and feed URL fields appear together at the same time
- send a test post to each newly created feed so I can confirm it's working
That said, I'm not sure if OP is actually the author based on taking a glance at commit dates in the repo.