From 8db0445d7104d0805bc42fbfe8e6f54c36108229 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Tue, 13 Jul 2010 18:04:53 +0200 Subject: [PATCH] IMAP: close server connection when done --- pyfpdb/ImapSummaries.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfpdb/ImapSummaries.py b/pyfpdb/ImapSummaries.py index 4f8813dd..f2874725 100755 --- a/pyfpdb/ImapSummaries.py +++ b/pyfpdb/ImapSummaries.py @@ -74,8 +74,8 @@ def run(config, db): print "completed running Imap import, closing server connection" #finally: # try: - # server.close() + server.close() # finally: # pass - #server.logout() + server.logout() \ No newline at end of file