Roundcube Community Forum

Release Support => Requests => Topic started by: Whisperwind on September 27, 2007, 09:17:57 PM

Title: RSS Feed Reader
Post by: Whisperwind on September 27, 2007, 09:17:57 PM
A feature I'd love to see is an ability to read RSS feeds within RoundCube.

In the folderpane on the left, you could have the favicon of the website the feed originates from, followed by it's title. When clicked on, the messages pane would populate with each downloaded message, where you could then read them as you would an email.

Note, when I say "downloaded," I mean for RoundCube to save each feed message (file? db?) as it obtains it for future reading. Many RSS feeds only display the 10 (for sake of picking a number) most recent feed items, so if none of them are archived within RoundCube and you wanted to read one from a while back, you'd be out of luck.

If this feature were implemented, I could say goodbye to my current email method and switch to RoundCube fulltime. :)
Title: Re: RSS Feed Reader
Post by: SKaero on September 28, 2007, 04:06:16 AM
I think That thats a great idea! :D I should make a plug in for it.
Title: Re: RSS Feed Reader
Post by: CarlosAraujo on October 03, 2007, 10:37:18 AM
An RSS Feed Reader is fantastic.

Today i use an external Reader, and if integrate this functions will make the RoundCube better.
Title: RSS Feed Reader
Post by: hairlesshobo on July 05, 2011, 04:33:34 PM
I apologize now because I hate to resurrect a VERY old thread, but I just wanted to let the above people, as well as everyone here, know that I am currently working on a feed reader plugin for Roundcube. I too agree that with a good feed reader, I would have no reason to use anything other than Roundcube.

A quick outline of the initial plugin plans:

I plan to have the first release out within a couple weeks. At the moment, the download portion of the plugin works as a scheduled cron job that runs every 5 minutes (just how I set it up on my system). I would likely have the entire plugin done by now since I've been working on it for a few weeks, but I am still getting a hang of the Roundcube plugin API, especially in regard to the XHTML functionality of it, so it's taking a little longer than I would like.

I would love to know if this is going to be useful to anyone else besides myself.
Title: RSS Feed Reader
Post by: Tirupatibooking on July 06, 2011, 07:15:52 AM
Thats great !  Waiting for RSS Feeds Reader....
Title: RSS Feed Reader
Post by: SKaero on July 06, 2011, 07:16:21 AM
It sounds good, maybe an additional feature to add at a later point would be Google reader synchronization.
Title: RSS Feed Reader
Post by: quidam on August 09, 2011, 10:02:57 AM
I'd also like to see a RSS feed reader plugin for roundcube!

Ulrich
Title: RSS Feed Reader
Post by: hairlesshobo on August 09, 2011, 01:17:16 PM
I am glad to here that there are a couple people interested in the feed reader for Roundcube. I have got it working about 85% right now. Some works still needs to be done, but should have the first release available any time now. Take a look at the attached screenshots and tell me what you think so far...


[ATTACH=CONFIG]1714[/ATTACH][ATTACH=CONFIG]1715[/ATTACH]
Title: RSS Feed Reader
Post by: SKaero on August 09, 2011, 03:40:31 PM
Its looking very good, I can't wait to see a beta.
Title: Re: RSS Feed Reader
Post by: bilbo_b on January 08, 2013, 08:51:19 AM
is there any progress with the RSS Plugin?
Title: Re: RSS Feed Reader
Post by: Yoni on January 08, 2013, 10:18:02 AM
You can also access your emails from RSS Feed readers with MyRoundcube rss_feeds plugin (http://myroundcube.com/myroundcube-plugins#rss_feeds)

Yours sounds interesting regardless  ;D
Title: Re: RSS Feed Reader
Post by: Salzi on June 21, 2013, 10:57:14 AM
Has someone already thought about using an existing tt-rss (http://tt-rss.org/) installation and connect to it via the api (http://tt-rss.org/redmine/projects/tt-rss/wiki/JsonApiReference) ?
I think that should be much easier than implementing everything again.