Skip to content

engine.Uri = null in POP3 Authenticate method under NETFX_CORE #381

Description

@lumigabor

Counterpart of Issue #192.
In an UWP app I get NullReferenceException in the Authenticate method of Pop3Client, because engine.Uri is null.
In Pop3Client.cs in Connect method there is this line between #if !NETFX_CORE and #else:
engine.Uri = uri;
I think it should be between #else and #endif too, just like in ImapClient.cs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions