Skip to content
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

Null Pointer Exception when authentication fails #86

Open
dom3551 opened this issue Apr 30, 2020 · 0 comments
Open

Null Pointer Exception when authentication fails #86

dom3551 opened this issue Apr 30, 2020 · 0 comments

Comments

@dom3551
Copy link

dom3551 commented Apr 30, 2020

When I call the Authenticate method on the pop client, I get the following exception:

System Error : System.NullReferenceException: Object reference not set to an instance of an object.
at OpenPop.Pop3.Pop3Client.CheckFailedLoginServerResponse(String serverErrorResponse, PopServerException e)
at OpenPop.Pop3.Pop3Client.Authenticate(String username, String password, AuthenticationMethod authenticationMethod)

This is also stopping me from seeing the login server response - is this a bug and is there any workaround so I can see the login server response?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant