[Tickets #2733] Re: RSS/Atom feeds for mailboxes

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Jan 4 20:34:57 PST 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2733
-----------------------------------------------------------------------
 Ticket             | 2733
 Updated By         | Chuck Hagenbuch <chuck at horde.org>
 Summary            | RSS/Atom feeds for mailboxes
 Queue              | IMP
 Version            | HEAD
 Type               | Enhancement
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


Chuck Hagenbuch <chuck at horde.org> (2007-01-04 20:34) wrote:

> I've implemented RSS feeds for mailboxes in the attached patch. As 
> per a discussion with Chuck, the url scheme is:
>
> http://server/horde/imp/rss.php - gives all mail in inbox
> http://server/horde/imp/rss.php/new - gives new mail in inbox

There's a quirk in the GData query syntax, which I was thinking to base
this on (http://code.google.com/apis/gdata/protocol.html#query-requests)
that should take care of the /new problem. /new is a category, and
categories should be preceded with /-/ to distinguish them from other path
elements. So we'd have:

http://server/horde/imp/rss.php - gives all mail in inbox
http://server/horde/imp/rss.php/-/new - gives new mail in inbox

Also, rss.php/INBOX should work as well. I like the REQUEST_URI usage to
avoid PATH_INFO; any sense how portable it is?




More information about the bugs mailing list