79406818

Date: 2025-02-02 15:15:13
Score: 1
Natty:
Report link

In my case the mistake was that I didn't properly login. so you must ensure you are doing so

M = imaplib.IMAP4_SSL('imap.gmail.com',993)
M.login(you_email,your_password)
M.select("Inbox")

I hope this will work.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yash Sahu