rust-imap
rust-imap copied to clipboard
[Suggestion] RFC 2971- ID command
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 :
Did you solve the problem?
Try the run_command_and_check_ok method, it works for me.
Duplicate of #151.