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.
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.