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

Added support for IMAP move operation #99

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

mpscholten
Copy link
Contributor

This implement the IMAP move operation that is supported by some mail servers.

Usage:

-- Move email uid to mailbox "MyMailbox"
IMAP.move con uid "MyMailbox"

(While it might not be easy to test, I have used this function on my local fork in prod for a year)

@mpscholten
Copy link
Contributor Author

@qnikst could you take a look at this as well? (and also the other PRs?) :)

@qnikst
Copy link
Owner

qnikst commented Aug 15, 2024

I've checked RFC, looks great! Thanks

@qnikst qnikst merged commit 118e91d into qnikst:master Aug 15, 2024
0 of 2 checks passed
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.

2 participants