You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After logging in, my code is
data = mail.readToday()
print (data)
and iam getting the error
imaplib.error: command SEARCH illegal in state AUTH, only allowed in states SELECTED
The text was updated successfully, but these errors were encountered:
After logging in, my code is
data = mail.readToday()
print (data)
and iam getting the error
imaplib.error: command SEARCH illegal in state AUTH, only allowed in states SELECTED
The text was updated successfully, but these errors were encountered: