You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the try-except block to handle aborted IMAP connections (timeout after a
long processing of the message in IntelMQ) used the wrong class
imaplib.abort does not exist, but the class is named imaplib.IMAP4.abort
0 commit comments