Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Changelog

vrillusions edited this page Feb 14, 2012 · 7 revisions

Change Log

These are significant and notable changes with each version.

v0.4.2

  • 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.1

  • v0.4.0 didn't actually delete successful messages.

v0.4.0

  • 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

v0.3

  • Will use the subject as the notification's title

v0.2

  • Properly handles the TERM signal

v0.1

  • Initial release.
Clone this wiki locally