c5886074ee
Paul Hinze <paul.t.hinze@gmail.com> on 2008-12-22 at 19:16: > I did a bit of debugging and asking around in #python and it turns out > that because Maildir.py uses a conditional import of md5 from either > hashlib or the md5 module, the md5.new() call is not always correct. > The attached patch should fix this problem. Thanks to Daniel Rall for pointing out that the attachment got stripped off my last message. Patch follows. Paul ---- From e01fdfbf62c61c31b514e826e6cc00fb98d88808 Mon Sep 17 00:00:00 2001 From: Paul Hinze <paul.t.hinze@gmail.com> Date: Mon, 22 Dec 2008 18:42:44 -0600 Subject: [PATCH] Fixing md5 import when hashlib is available Thanks to habnabit and Rhamphoryncus in #python for help debugging |
||
---|---|---|
bin | ||
debian | ||
docs/sgml-common | ||
offlineimap | ||
.gitignore | ||
COPYING | ||
COPYRIGHT | ||
FAQ.html | ||
Makefile | ||
offlineimap.conf | ||
offlineimap.conf.minimal | ||
offlineimap.py | ||
offlineimap.sgml | ||
offlineimap.spec | ||
README | ||
setup.py | ||
UPGRADING |
OfflineIMAP Copyright (C) 2002 - 2006 John Goerzen <jgoerzen@complete.org> This software comes with ABSOLUTELY NO WARRANTY; see the file COPYING for details. This is free software, and you are welcome to distribute it under the conditions laid out in COPYING. http://software.complete.org/offlineimap/ Please see manual.txt; the information previously in README has been moved there.