We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use the envelope thread command, backend is gmail.
envelope thread
Example
himalaya envelope thread from Shila
But I am getting this error
The application panicked (crashed). Message: called `Result::unwrap()` on an `Err` value: ThreadMessagesError(ResolveTask(UnexpectedBadResponse(StatusBody { kind: Bad, code: None, text: Text("Unknown command: UID THREAD") }))) Location: /home/lk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/email-lib-0.26.4/src/email/envelope/thread/imap.rs:67
Other commands, I have tried, work well.
The text was updated successfully, but these errors were encountered:
Looks like Gmail does not support the IMAP THREAD extension, which is quite surprising. Let's keep this issue for the following purposes:
Sorry, something went wrong.
No branches or pull requests
I am trying to use the
envelope thread
command, backend is gmail.Example
But I am getting this error
Other commands, I have tried, work well.
The text was updated successfully, but these errors were encountered: