Automating Gmail login in Python
问题 I am writing a Python program that can login Gmail. The purpose of this program is to check whether the username/password combination exists and is correct. Since this program is to test the the username/password combination existence, it's no need to know any mail contents in Gmail. The input of this program is a username and password . The output of this program is either successful login or login failure Login failure could be: existing username+wrong password nonexisting username My idea