Skip to content
New issue

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

feat: add GETMETADATA command #102

Merged
merged 1 commit into from
Jan 27, 2024
Merged

feat: add GETMETADATA command #102

merged 1 commit into from
Jan 27, 2024

Conversation

link2xt
Copy link
Contributor

@link2xt link2xt commented Jan 26, 2024

Implementing IMAP METADATA extension.

I added only GETMETADATA, for SETMETADATA there is no special response so using https://docs.rs/async-imap/latest/async_imap/struct.Session.html#method.run_command_and_check_ok should be fine for now. For proper setmetadata we need to carefully encode values, for now I will leave it to the user.

Closes #101

@link2xt link2xt force-pushed the link2xt/metadata branch 2 times, most recently from ae57513 to 640ad24 Compare January 27, 2024 00:12
@link2xt link2xt changed the title feat: add METADATA extension support feat: add GETMETADATA command Jan 27, 2024
@link2xt link2xt marked this pull request as ready for review January 27, 2024 00:23
@link2xt link2xt merged commit ce88511 into main Jan 27, 2024
22 checks passed
@link2xt link2xt deleted the link2xt/metadata branch January 27, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IMAP METADATA extension support
2 participants