-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
Exception on POP3 GetMessageHeadersAsync with Gmail #114
Comments
I'm probably going to need the protocol logs to diagnose this problem. Could you pass a ProtocolLogger to the Pop3Client .ctor? |
|
Thanks, this should help. Also I didn't realize GMail supports PIPELINING... The problem, I imagine, has something to do with a bug in MailKit's PIPELINING support. |
Okay, that commit should fix things... I will warn you, though, that I have not actually tested it yet. If you could get back to me as to whether it works for you, that would be great. |
I've confirmed the fix now with my gmail test account. |
Wow fast! Thanks for that. Sorry I didn't get back to you, I was dragged off to other things. |
I pushed MailKit v1.0.1 this morning to NuGet if you are using that. |
1.0.1 via NuGet works for me. Thanks again... |
no prob, glad it works :-) |
Hi, I'm not that familiar with email protocols so forgive me if I've missed something obvious.
I'm calling GetMessageHeadersAsync (MailKit 1.0.0) and I get this stack trace.
The relevant code snippet
I did have it working with an older version of MailKit using GetMessageHeaderAsync (singular).
Any ideas?
The text was updated successfully, but these errors were encountered: