-
Notifications
You must be signed in to change notification settings - Fork 85
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
BUG with outlook #385
Comments
I'm that's strange. Can you please confirm the version of IMAPClient that you're using? You could check this using >>> import imapclient
>>> imapclient.__version__
'2.1.0' It would also be very helpful to see the protocol logs for these failing sessions. Could you please enable logging as per https://imapclient.readthedocs.io/en/2.1.0/concepts.html#logging and get the logs to me? Please be aware that logs might contain senstive information so you might want remove passwords etc from the output before posting logs here. If in doubt, please email me at [email protected]. |
Sorry for the delay. The full log:
|
Sorry for the very slow response. If this is still an issue for you can you please print what |
Hello, This issue is quite old but I still have the same problem as MattiaFailla. The solution that I have found is to limit the number of messages to fetch. It seems like the maximum limit for Outlook is around 1900 messages. |
Hi everyone, I don't know if any developments have been made regarding this issue, but maybe it would be better to introduce a custom exception in this case. @mjs what do you think? |
The following code:
Is raising this error on Linux Mint 19.1 w/ Python2.x:
And this one with Python 3.6.x:
If you need more information I'll be happy to share.
The text was updated successfully, but these errors were encountered: