Skip to content

Timeout on long operations #15

@sockd

Description

@sockd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions