For long time I use few Python scripts to manage mails on IMAP account. On Tuesday I decided to put them under version control and improve them a bit, because I didn't want to have login information hardcoded in every script.
I made several improvements, added support for distutils and then I
decided that I could also release this to public. I've named them
IMAP utils, I made announcement to freshmeat.net and
Python Cheese Shop (thanks to ./setup.py register
)
and now I wonder that these simple scripts have over hundred downloads
and eight subscribers. Maybe it is not that useless as I thought :-).