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
Hi, I use the code that in README.rst. I filled in the correct email address, username, and password for the code, but an error occurred.
Here is my code. I can guarantee that my username and password are correct, and I have used an authorization code instead.
When I ran these codes, the error 'SELECT Unsafe Login' occurred. I need help.
Traceback (most recent call last):
File "D:\WorkSpace\InfoSearcher\src\email\email_rewrite.py", line 6, in
client.select_folder('INBOX')
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 811, in select_folder
self._command_and_check("select", self._normalise_folder(folder), readonly)
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 1739, in _command_and_check
self._checkok(command, typ, data)
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 1745, in _checkok
self._check_resp("OK", command, typ, data)
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 1619, in _check_resp
raise exceptions.IMAPClientError(
imaplib.IMAP4.error: select failed: SELECT Unsafe Login. Please contact [email protected] for help
The text was updated successfully, but these errors were encountered:
Hi, I use the code that in README.rst. I filled in the correct email address, username, and password for the code, but an error occurred.
Here is my code. I can guarantee that my username and password are correct, and I have used an authorization code instead.
When I ran these codes, the error 'SELECT Unsafe Login' occurred. I need help.
Traceback (most recent call last):
File "D:\WorkSpace\InfoSearcher\src\email\email_rewrite.py", line 6, in
client.select_folder('INBOX')
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 811, in select_folder
self._command_and_check("select", self._normalise_folder(folder), readonly)
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 1739, in _command_and_check
self._checkok(command, typ, data)
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 1745, in _checkok
self._check_resp("OK", command, typ, data)
File "D:\WorkSpace\InfoSearcher\venv\Lib\site-packages\imapclient\imapclient.py", line 1619, in _check_resp
raise exceptions.IMAPClientError(
imaplib.IMAP4.error: select failed: SELECT Unsafe Login. Please contact [email protected] for help
The text was updated successfully, but these errors were encountered: