Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout on long operations #15

Open
sockd opened this issue Aug 29, 2024 · 0 comments
Open

Timeout on long operations #15

sockd opened this issue Aug 29, 2024 · 0 comments

Comments

@sockd
Copy link

sockd commented Aug 29, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant