fixed IMAP reconnect
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user