mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Restored cleanup of IMAP folders created by Outlook
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user