2007-05-28 Version 1.4a:

 * SSL support! Can use a private key file and server certificate chain file. Unfortunately, Python's ssl module doesn't check the certificate chain. This needs to be fixed.
 * You can now specify the port number as part of the server name. Example:
 * imapbackup.py -u user -s mail.com:1234
 * Cleaned up code. Used pylint to find code that didn't comply with best practices.

2007-05-27 Version 1.3b:

 * Fixed bug in error message printout.

2007-05-26 Version 1.3a:

 * Better support for result of LIST command. Fixes the problem of some folders not getting backed up from Courier IMAPd
 * Improved usage printout, made parameters more consistent.
 * Added support for socket._fileobject.recv bugfix on Windows

2007-03-27 Version 1.2e by Rui Carmo

 * See http://the.taoofmac.com/space/Projects/imapbackup

