-fix attribute deletion error with Filter_classifier when strip_delivered_to is set. Thanks: Darren Stevens. -do not consider qmail-local writing to stderr a delivery error. Thanks: Darren Stevens.
4.6.0
5 April 2006
-clean up logger API. -refactor configuration mechanism to use classes with embedded logic, rather than simply dictionaries.
4.5.4
14 February 2006
-added Maildir "filemode" parameter. Thanks: Martin Haag.
4.5.3
8 February 2006
-keyfile and certfile parameters to SSL retrievers are now expanded for leading "~/" and "~username/" as well as environment variables, just like other path parameters. Thanks: Fredrik Steen.
4.5.2
7 February 2006
-fix IMAP bug where no mail was retrieved introduced in 4.5.0. Thanks: Scott Robbins.
4.5.1
3 February 2006
-fix accidental use of sorted() builtin only present in Python 2.4 and up. Thanks: Jürgen Nagel.