diff --git a/imapbackup.py b/imapbackup.py index 7e2d29b..01e5179 100644 --- a/imapbackup.py +++ b/imapbackup.py @@ -1,12 +1,14 @@ #!/usr/bin/env python """IMAP Incremental Backup Script""" -__version__ = "1.4e" +__version__ = "1.4f" __author__ = "Rui Carmo (http://the.taoofmac.com)" __copyright__ = "(C) 2006-2013 Rui Carmo. Code under MIT License.(C)" -__contributors__ = "Bob Ippolito, Michael Leonhard, Giuseppe Scrivano , Ronan Sheth, Brandon Long, Christian Schanz" +__contributors__ = "Bob Ippolito, Michael Leonhard, Giuseppe Scrivano , Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett" # = Contributors = +# A. Bovett: Modifications for Thunderbird compatibility and disabling spinner in Windows +# Christian Schanz: added target directory parameter # Brandon Long (Gmail team): Reminder to use BODY.PEEK instead of BODY # Ronan Sheth: hashlib patch (this now requires Python 2.5, although reverting it back is trivial) # Giuseppe Scrivano: Added support for folders. @@ -27,8 +29,6 @@ __contributors__ = "Bob Ippolito, Michael Leonhard, Giuseppe Scrivano