fixed IMAP reconnect

This commit is contained in:
mdipierro
2012-10-05 07:25:21 -05:00
parent 6a97bfe517
commit 570538042e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.9 (2012-10-05 07:18:29) dev
Version 2.0.9 (2012-10-05 07:25:17) dev
+1 -1
View File
@@ -5525,7 +5525,7 @@ class IMAPAdapter(NoSQLAdapter):
self.connector = connector
if do_connect: self.reconnect()
def reconnect(self, f, cursor=True):
def reconnect(self, f=None, cursor=True):
"""
IMAP4 Pool connection method