rust-imap icon indicating copy to clipboard operation
rust-imap copied to clipboard

[Suggestion] RFC 2971- ID command

Open ChenManManya opened this issue 1 year ago • 2 comments

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 : image

ChenManManya avatar Sep 28 '24 09:09 ChenManManya

Did you solve the problem?

zires avatar Feb 22 '25 13:02 zires

Try the run_command_and_check_ok method, it works for me.

jiabochao avatar May 05 '25 15:05 jiabochao

Duplicate of #151.

artob avatar Jul 13 '25 21:07 artob