Author Topic: RSS Feed Reader  (Read 14729 times)

Offline Whisperwind

  • Newbie
  • *
  • Posts: 3
RSS Feed Reader
« 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. :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: RSS Feed Reader
« Reply #1 on: September 28, 2007, 04:06:16 AM »
I think That thats a great idea! :D I should make a plug in for it.

Offline CarlosAraujo

  • Newbie
  • *
  • Posts: 2
Re: RSS Feed Reader
« Reply #2 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.

Offline hairlesshobo

  • Newbie
  • *
  • Posts: 2
    • http://www.stevecross.org
RSS Feed Reader
« Reply #3 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:
  • Feeds are stored in the database and are downloaded periodically by cron (or perhaps on using task scheduler on Windows, but that's untested)
  • Per-user feed subscriptions
  • Category support
  • Rss and Atom feed support (gotta love SimplePie!)


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.

Offline Tirupatibooking

  • Newbie
  • *
  • Posts: 2
    • http://www.tirupatilivedarshan.com
RSS Feed Reader
« Reply #4 on: July 06, 2011, 07:15:52 AM »
Thats great !  Waiting for RSS Feeds Reader....

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
RSS Feed Reader
« Reply #5 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.

Offline quidam

  • Newbie
  • *
  • Posts: 4
RSS Feed Reader
« Reply #6 on: August 09, 2011, 10:02:57 AM »
I'd also like to see a RSS feed reader plugin for roundcube!

Ulrich

Offline hairlesshobo

  • Newbie
  • *
  • Posts: 2
    • http://www.stevecross.org
RSS Feed Reader
« Reply #7 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]

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
RSS Feed Reader
« Reply #8 on: August 09, 2011, 03:40:31 PM »
Its looking very good, I can't wait to see a beta.

bilbo_b

  • Guest
Re: RSS Feed Reader
« Reply #9 on: January 08, 2013, 08:51:19 AM »
is there any progress with the RSS Plugin?

Offline Yoni

  • Full Member
  • ***
  • Posts: 164
    • MyRoundcube
Re: RSS Feed Reader
« Reply #10 on: January 08, 2013, 10:18:02 AM »
You can also access your emails from RSS Feed readers with MyRoundcube rss_feeds plugin

Yours sounds interesting regardless  ;D
« Last Edit: January 08, 2013, 10:22:43 AM by Yoni »

Offline Salzi

  • Newbie
  • *
  • Posts: 1
Re: RSS Feed Reader
« Reply #11 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.