Restored cleanup of IMAP folders created by Outlook

This commit is contained in:
Wolfgang Sourdeau
2012-11-08 19:36:32 -05:00
parent 303eaa3820
commit c3c5e464a9

View File

@@ -149,8 +149,6 @@ def imapCleanup(imaphost, imapport, username, userpass) :
if code == "OK":
for si in data:
if si is not None:
print si
continue
mb = extractmb(si)
cleanupmb(mb, client)
client.logout()