hpop icon indicating copy to clipboard operation
hpop copied to clipboard

Authentication failed because the remote party has closed the transport stream

Open HendrikSchinnenburg opened this issue 4 years ago • 0 comments

Hi, since 2 Months we get the error in the title if we connect to office365 pop3 Mailboxes. We connect using "usessl True"

Dim pop As New Pop3Client ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 pop.Connect(popsvr, popport, useSsl:=True)

Nothing helps, anyone there wh can help to get a stable connection?

Kind regards Hendrik

HendrikSchinnenburg avatar Oct 28 '21 08:10 HendrikSchinnenburg