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
When I get Infos from a mailbox with a real huge amount of mails and operations take longer to iterate through the msg´s, i get this error:
command: SELECT => socket error: EOF
imaplib.IMAP4.abort: System Error
During handling of the above exception, another exception occurred:
File "K:\getmail.py", line 80, in <module>
for i in msg.to:
^^^^^^
imaplib.IMAP4.abort: command: SELECT => System Error
During handling of the above exception, another exception occurred:
imaplib.IMAP4.abort: socket error: EOF
During handling of the above exception, another exception occurred:
File "K:\getmail.py", line 86, in <module>
print(msg.to)
^^^^^^
imaplib.IMAP4.abort: command: SELECT => socket error: EOF
The text was updated successfully, but these errors were encountered:
When I get Infos from a mailbox with a real huge amount of mails and operations take longer to iterate through the msg´s, i get this error:
The text was updated successfully, but these errors were encountered: