mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 18:47:47 +00:00
Fix indentation
This commit is contained in:
@@ -58,7 +58,7 @@ else:
|
|||||||
|
|
||||||
typ, data = imap_server.search(None, 'ALL')
|
typ, data = imap_server.search(None, 'ALL')
|
||||||
for num in data[0].split():
|
for num in data[0].split():
|
||||||
imap_server.store(num, '+FLAGS', '\\Deleted')
|
imap_server.store(num, '+FLAGS', '\\Deleted')
|
||||||
imap_server.expunge()
|
imap_server.expunge()
|
||||||
|
|
||||||
imap_server.close()
|
imap_server.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user