parent
3b9c47cd7c
commit
70cac8b4e9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def imap_producer(
|
|||
|
||||
if not preserve:
|
||||
# tag the message for deletion
|
||||
conn.uid("STORE", message_uid, "+FLAGS", "(\\Deleted)")
|
||||
conn.store(message_uid, '+FLAGS', '\\Deleted')
|
||||
else:
|
||||
logger.debug("did not receive any message")
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue