예제 #1
0
파일: generic.py 프로젝트: rayleyva/inbox
def auth_account(email_address, token, exit):
    return password_auth(email_address, token, exit)
예제 #2
0
파일: yahoo.py 프로젝트: betoflakes/inbox
def auth_account(email_address):
    return password_auth(email_address)
예제 #3
0
def auth_account(email_address, token, exit):
    return password_auth(email_address, token, exit)