-
-
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
Does POP3 NTLM authentication mechanisms works correctly? #391
Comments
Okay, so the problem is that the POP3 server should not be sending |
…egotiations Hopefully fixes issue #391
I've committed a patch that attempts to work around this broken server behavior. Can you give it a try and report back as to whether or not it fixes the issue? |
With this patch it works correctly. Thank you for fix. |
You're welcome! |
I've released MailKit 1.6.0 with this fix |
Hello,
I tried to get email using Pop3Client, but received the following exception:
POP3 log contains the following lines:
Is it correct that client send CAPA as answer for +OK? I thought, that it should send Base 64 encoded Type 1 message instead. See NTLM POP3 Authentication
FYI: After I cleared AuthenticationMechanisms property, the client was authenticated correctly, but using USER Mechanisms.
The text was updated successfully, but these errors were encountered: