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"
|
print "completed running Imap import, closing server connection"
|
||||||
#finally:
|
#finally:
|
||||||
# try:
|
# try:
|
||||||
# server.close()
|
server.close()
|
||||||
# finally:
|
# finally:
|
||||||
# pass
|
# pass
|
||||||
#server.logout()
|
server.logout()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user