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
I am using IMAP with NetEase to receive emails, but I keep getting the error No("SELECT Unsafe Login. Please contact [email protected] for help"). I found in NetEase's help documentation that the ID command needs to be included as follows: ID ("version" "1.0.0" "vendor" "chenmanman" "name" "chenmanman" "support-email" "[email protected]"). I executed this using the run_command_and_read_response function, but I still encounter the same error.
my code :
The text was updated successfully, but these errors were encountered:
I am using IMAP with NetEase to receive emails, but I keep getting the error No("SELECT Unsafe Login. Please contact [email protected] for help"). I found in NetEase's help documentation that the ID command needs to be included as follows:
ID ("version" "1.0.0" "vendor" "chenmanman" "name" "chenmanman" "support-email" "[email protected]")
. I executed this using the run_command_and_read_response function, but I still encounter the same error.my code :
The text was updated successfully, but these errors were encountered: