-
Notifications
You must be signed in to change notification settings - Fork 64
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
command: FETCH => socket error: <class 'OSError'> - Too many read 0 #726 #138
Comments
I've been encountering this one too. It seems to correlate with folder size: the larger the folder, the more often it happens. While syncing my entire Gmail account, including the All Mail folder (I'm aware this will create duplicate mails, and I'm fine with that), I encountered this error about once in every 3000 emails while syncing other folders that had 15000 (15K) emails in them. While syncing the All Mail folder that had 150000 (150K) emails in it, this error seemed to happen every 100 emails or so. Then I found a message from 13 years ago on the offlineimap-project mailing list, which asked whether compression was turned on. I checked, and in my case, it was. I changed |
I just got a "Too many read 0" error even with |
And it happened again after copying 40361 messages; the 40362nd message got "Too many read 0". So it's random, but only a minor annoyance; I can just run |
General informations
offlineimap -V
): offlineimap v8.0.0, imaplib2 v3.06, Python v3.9.15, LibreSSL 3.6.0Configuration file offlineimaprc
pythonfile (if any)
Logs, error
Steps to reproduce the error
trying to get mail from a mailbox with 25,000 emails
The text was updated successfully, but these errors were encountered: