imaplib.error: Lookup failed
TheBlackBaken opened this issue · 3 comments
TheBlackBaken commented
Hello;
I'm currently trying to run the script (gdog.py) but i'm already getting this error.
File "gdog.py", line 306, in
gdog = Gdog()
File "gdog.py", line 123, in init
self.c.login(gmail_user, gmail_pwd)
File "/usr/lib/python2.7/imaplib.py", line 520, in login
raise self.error(dat[-1])
imaplib.error: Lookup failed f26mb392779289eda
Can you help me.
Thank you in advance.
TheBlackBaken commented
Hello,
Just for informations, I fixed the error.
n-nathaniel commented
How did you Solve?
athul-das commented
How did you solve this?
I got this error when I send more than 5 emails, seems wierd doesnt have any issue earlier.