I have been working a bit on creating a simple email notification application mentioned in the #wishlist-old channel and have reached a somewhat functional state.

The application simply sits in the system tray and gives a notification once new unread email arrive. If you click the application in the system tray it opens a the web client of your choice in your browser.

I've tested it only with GMail's imap server so far.

This is my first time reading RFCs and working with this type of parsing and I'm not that satisfied with my code, so if someone want to give me some tips or pointers the source code is here: https://github.com/brokenprogrammer/mnotify

Also big thanks to Martins for the tls and wcap code and everyone else who has been helping me in the beginner chat.

Thanks!