-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
feature: Bulk move #305
Labels
Comments
Would yoy like to create a PR for such features? |
particleflux
added a commit
to particleflux/imap
that referenced
this issue
Feb 17, 2018
particleflux
added a commit
to particleflux/imap
that referenced
this issue
Feb 17, 2018
Merged
PR created. As for the list of message ids, I noticed one can just use the |
Slamdunk
pushed a commit
that referenced
this issue
Feb 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bulk move feature would be great.
The php imap extension can do this: http://php.net/manual/de/function.imap-mail-move.php
Moving many emails one by one takes so much longer. Speaking of this, it would also be nice to have a possibility to get a list of message ids of a search query instead of an iterator.
The text was updated successfully, but these errors were encountered: