From 570538042e56057245d5e8778ed9c2a2b47a951e Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 5 Oct 2012 07:25:21 -0500 Subject: [PATCH] fixed IMAP reconnect --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7ee0d384..3fb7004b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-10-05 07:18:29) dev +Version 2.0.9 (2012-10-05 07:25:17) dev diff --git a/gluon/dal.py b/gluon/dal.py index ecfbdbef..b8ad25d8 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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