Fix IMAP IDLE processessing bug

This commit is contained in:
Sean Whalen
2018-03-27 23:40:19 -04:00
parent e3035242f9
commit d4af392b58

View File

@@ -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(".")