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"
|
||||
#finally:
|
||||
# try:
|
||||
# server.close()
|
||||
server.close()
|
||||
# finally:
|
||||
# pass
|
||||
#server.logout()
|
||||
server.logout()
|
||||
|
||||
Reference in New Issue
Block a user