2016-06-10 13 views
0

Ich habe Yahoo E-Mail über Web-Interface, das POP3-Protokoll-Zugriff aktiviert (gesetzt auto), aber immer noch folgende Fehlermeldung erhalten:Yahoo falscher Benutzername oder falsches Passwort?

poplib.error_proto: -ERR [AUTH] (#MBR1212) Incorrect username or password. 

Mein Python-Skript.

import poplib 
oMailBox = poplib.POP3_SSL('pop.mail.yahoo.com', port=995) 
oMailBox.user(username) 
oMailBox.pass_(password) 
+1

Sie haben die vollständige E-Mail-Adresse verwendet, nicht nur den Benutzernamen? –

+0

ja, Benutzername und Passwort sind korrekt, ich bin mir sicher – comalex3

+0

Hier sind die Einstellungen, die Sie brauchen, abgesehen davon, ich weiß nicht, was Ihr Problem sein könnte - https://help.yahoo.com/kb/SLN4724. html –

Antwort

1

ich Ihren Code auf meinem Yahoo-Konto, nur versucht, und ich die gleichen Fehler, aber ich habe auch eine zweite E-Mail, das mir sagt, wenn unerkannt Zugang passiert auf diesem Konto, in welchem ​​Fall ich die folgende Nachricht sehe.

Scheint, Sie müssen möglicherweise auch die Sicherheit für Ihr Konto deaktivieren sowie POP3 aktivieren.

Someone attempted to sign in to your Yahoo account ({ACCOUNT_NAME}) from an app that doesn't meet Yahoo's security standards. We blocked this sign in attempt, which was made on:

{DATE} from {LOCATION}.

If you were trying to sign in, then please take one of these actions:

Option 1 (recommended): Use mail.yahoo.com or the Yahoo Mail app for Android and iOS to more securely access your account.

Option 2 (not recommended): If you still want to use an app that uses less secure sign in to your Yahoo account:

Click here: https://login.yahoo.com/account/security#other-apps

Turn on "Allow apps that use less secure sign in"

Go back to your existing email application and sign in to your Yahoo account again.

Using apps that don't meet Yahoo's recommended security standards may leave your account more vulnerable or less secure.