2016-06-10 16 views
0

나는, 웹 인터페이스를 통해 야후 이메일을 만들어 POP3 액세스 (설정 자동) 활성화,하지만 여전히 다음과 같은 오류 얻을 :Yahoo의 사용자 이름 또는 비밀번호가 잘못 되었습니까?

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

내 파이썬 스크립트를.

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

사용자 이름뿐 아니라 전체 이메일 주소를 사용하셨습니까? –

+0

예, 사용자 이름과 비밀번호가 맞습니다. – comalex3

+0

다음은 필요한 설정입니다. 그 외의 문제는 무엇이 될지 모르겠습니다. https://help.yahoo.com/kb/SLN4724. html –

답변

1

난 그냥 내 야후 계정에 코드를 사용했는데, 나도 같은 오류가 발생하지만, 나는 또한 나에게 말한다 보조 이메일이있을 때 인식 액세스 해당 계정에서 발생합니다.이 경우 아래 메시지가 표시됩니다.

POP3를 사용하도록 설정하고 계정에서 보안을 사용 중지해야 할 수도 있습니다.

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.