-
Notifications
You must be signed in to change notification settings - Fork 382
Open
Description
AuthenticationError Traceback (most recent call last)
<ipython-input-3-69ade5292074> in <module>()
----> 1 g.login ('**********', '**********')
/home/debdut/Code/workspace/gmail/gmail/gmail.pyc in login(self, username, password)
104 self.fetch_mailboxes()
105 except imaplib.IMAP4.error:
--> 106 raise AuthenticationError
107
108
AuthenticationError:
I also got an email that Google is blocking the login. How to fix it?
Note: I have replaced my username password with *'s.
Metadata
Metadata
Assignees
Labels
No labels