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
Many servers support UIDplus which would help to know the new UID after an imap move operation.
The text was updated successfully, but these errors were encountered:
It is supported by imap-proto here: https://github.com/djc/tokio-imap/blob/4802d6ff7058884e5f4254c9f374b6a1d385febc/imap-proto/src/parser/rfc4315.rs
The problem is that uid_mv and similar commands return Result<()> in async-imap.
uid_mv
Result<()>
Sorry, something went wrong.
No branches or pull requests
Many servers support UIDplus which would help to know the new UID after an imap move operation.
The text was updated successfully, but these errors were encountered: