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
Oh, I didn't even know about this feature!
I agree, this would be a good thing to support 👍 PRs welcome 😅
It might require a dedicated command variant though since the expected response from the server is different 🤔
Use
uid_search
directlyresp:
Error: Unexpected Response: Continue { code: None, information: Some("send literal data") }
Use
run_command_and_read_response
resp:
"+ send literal data\r\n* SEARCH 11111\r\n* FLAGS (\\Answered \\Deleted \\Draft \\Flagged \\Seen $Forwarded $MDNSent Forwarded $Junk $NotJunk Junk JunkRecorded NonJunk NotJunk $label3 $label2 $label4)\r\n"
ref: https://stackoverflow.com/questions/10131131/imap-search-command-with-utf-8-charset-in-c-sharp
The text was updated successfully, but these errors were encountered: