Sunday, September 28, 2008

New minig release

Just released new MiniG backend & frontend binaries on minig.org. Also made an announcement on freshmeat to grab new users/testers.

This new release features folder tree, instant unread count updates, html email cleanups to strip images & javascript and my new imap4r1 library.

Friday, September 19, 2008

Just commited my new Java IMAP client library to MiniG svn. My lib is based on apache mina and looks like ristrerro imap api, with speed added. Pretty happy with the results.

Ristretto was fine, but switching to a mina based implementation cut the time for fetching an email from 170ms to 8ms :-) My new API still use a lot of Ristretto for header decoding & mime parsing, they did a great job.