Home RSS Auto-Discovery via Email
Post
Cancel

RSS Auto-Discovery via Email

Andy's blog entry and Meng's whitepaper got me thinking about RSS discovery via email. What if some of the emails sent today such as lists, sites like Politech, etc. included a header pointing to an RSS version of the same content? What if email clients like Thunderbird which already have RSS support, would automatically parse those heades and let the user subscribe to the emails? Then, the next logical step would be something along the lines of Meng's system where an empty email pointing to an RSS feed can be sent to the email receiver, automatically parsed by his reader and retreived.

After the mention of the "Link" header in Meng's paper and some digging around, I ran across Mozilla's Pre-fetching FAQ which then pointed me to RFC 2068, section 19.6.2.4. In there, a "link" HTTP header is defined which is semantically the same as the "link" HTML tag currently used for autodiscovery. So what if transplant this header into email as follows:

Link: <http://www.shaftek.org/blog/atom.xml>; 
 rel=alternate; 
 title="RSS 1.0"; 
 type="application/rss+xml"

It should be trivial to write a Thunderbird extension to parse this and present the user with an option to auto-subscribe. Now we just need someone who wants to write it...

This post is licensed under CC BY 4.0 by the author.