foens / hpop

OpenPOP.NET code repository
http://hpop.sourceforge.net/
202 stars 114 forks source link

InvalidLoginException since this morning? #65

Closed oram83 closed 6 years ago

oram83 commented 6 years ago

I have a C# app using OpenPop, sending E-Mails through GMAIL. This app has been working for the last few years, without a problem, and the last EMAIL I got from it was 8 hours ago. Now I get an 'InvalidLoginException' error when I try to log in. I logged in normally to my account, even tried to change passwords but I still get this same message. Following previous tips I tried to change the login line from

pop3Client.Authenticate(EMAIL_ADDRESS, ACCOUNT_PASSWORD) to pop3Client.Authenticate(EMAIL_ADDRESS, ACCOUNT_PASSWORD, AuthenticationMethod.UsernameAndPassword) But I still get the same message. Anyone knows what could be wrong?