1 post tagged “imap server”
I've been working on an IMAP server that serves up rss feeds so I can easily read feeds on my iPhone.
I got it working tonight! It's blazingly fast, even on edge.
Screen shots of Sprocket Reader:
It currently reads a few feeds I have setup to automatically update. The server is written in Perl and Sprocket, a networking library I created. Sprocket can handle thousands of simultaneous connections, so I may open it up for beta testing in the future.
Things to do:
Link it with google reader
Add a 'starred' folder and enable messages to be moved to it.
Make it pluggable
OpenID?
Suggestions?