log

age author description
Fri, 18 Apr 2008 17:13:02 -0700 Atul Varma Fixed a problem where some feeds would have unpickleable expatreaders. default tip
Sat, 05 Apr 2008 22:49:39 -0700 Atul Varma Changed ImapFeed.py so that it now looks for unread and flagged (starred in gmail) messages. This also looks like it will solve the problem w/ marking an entire conversation as unread in gmail, since starring a conversation doesn't make every single msg in the conversation flagged, it only flags the latest message.
Sun, 17 Feb 2008 19:45:36 -0600 Atul Varma Factored out the auth handlers from LocalAuth.py.sample and moved them to AuthHandlers.py, added comments to them.
Sat, 16 Feb 2008 22:43:35 -0600 Atul Varma A subprocess pool is now used to parallelize the fetching of feeds, which makes the update process much faster.
Sat, 16 Feb 2008 21:56:15 -0600 Atul Varma Made the architecture a little cleaner, but it's still pretty messy; I really need to turn some OO-like-hacks into actual OO constructions. At least the Config.py structure is simpler.
Sat, 16 Feb 2008 20:22:21 -0600 Atul Varma Generated HTML now puts high-urgency items above all other items.
Sat, 16 Feb 2008 20:14:21 -0600 Atul Varma Added .hgignore