IMAP: close server connection when done
This commit is contained in:
@@ -74,8 +74,8 @@ def run(config, db):
|
|||||||
print "completed running Imap import, closing server connection"
|
print "completed running Imap import, closing server connection"
|
||||||
#finally:
|
#finally:
|
||||||
# try:
|
# try:
|
||||||
# server.close()
|
server.close()
|
||||||
# finally:
|
# finally:
|
||||||
# pass
|
# pass
|
||||||
#server.logout()
|
server.logout()
|
||||||
|
|
||||||
Reference in New Issue
Block a user