This repository has been archived by the owner on Nov 25, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
vrillusions edited this page Feb 14, 2012
·
7 revisions
These are significant and notable changes with each version.
- Created setup.py and it's now listed in Pypi package index and can be installed with
easy_install notifo-imap-listener
. Note that the config file is in the package directory although you can specify a different one on the command line.
- v0.4.0 didn't actually delete successful messages.
- now following semantic versioning hence the new version format.
- mark message as deleted if it was sent to notifo successfully (still doesn't retry failed ones though). This only affects new emails so you may want to log in to account to remove old ones.
- terminal output controlled by quiet and verbose options. Typically you'll want to run with
-q
option - send a user-agent when sending message to notifo
- various code cleanup
- Will use the subject as the notification's title
- Properly handles the TERM signal
- Initial release.