mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-04 12:48:53 +00:00
Fix IMAP IDLE processessing bug
This commit is contained in:
@@ -1361,7 +1361,6 @@ def watch_inbox(host, username, password, callback, reports_folder="INBOX",
|
||||
nameservers=ns,
|
||||
dns_timeout=dt)
|
||||
callback(res)
|
||||
break
|
||||
|
||||
except imapclient.exceptions.IMAPClientError as error:
|
||||
error = error.__str__().lstrip("b'").rstrip("'").rstrip(".")
|
||||
|
||||
Reference in New Issue
Block a user