Slashdot Mirror


GMail Getting RSS Aggregation Feature?

pramodbiligiri writes "Some blogs are saying that a few GMail users can see a "Web Clips" part at the top of their inbox, where you can subscribe to RSS feeds and view them. Evan Williams, formerly of Blogger.com has a screenshot More on this at Gmail Adding Feed Reading and Google inches closer to RSS"

2 of 184 comments (clear)

  1. Two lines of code will turn any email to RSS by Flywheels+of+Fire · · Score: 5, Informative
    Why do you need gmail when the following simple piece code can do it?
    $rss_feed = file_get_contents('http://example1.com/feed.rss');
    mail('...@example2.com', 'RSS Feed from Example1.com', $rss_feed,
    'Content-Type: application/rss+xml');

    RSS On Slashdot: Iran captures three CIA agents

  2. Re:Yup by Anonymous Coward · · Score: 5, Informative


    That's the RSS feed for your Gmail inbox. That's not what this is referring to, which is an RSS reader in Gmail.

    The URL for your gmail feed is:

    https://gmail.google.com/gmail/feed/atom

    Presumably it uses the persistant Gmail cookie to determine your account information.