IMAP: close server connection when done
This commit is contained in:
parent
d4e54e6aae
commit
8db0445d71
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user