Sören Bleikertz
06 Dec 2009

HGMC: Haskell GMail Count

I am using XMonad in combination with xmobar and I wanted to display the current mail count for my gmail account. I wrote the following little Haskell tool to implement this behaviour using curl to retrieve the mail feed from google and do parsing with XML.Light and feed.

link