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

feature: Bulk move #305

Closed
particleflux opened this issue Feb 16, 2018 · 2 comments
Closed

feature: Bulk move #305

particleflux opened this issue Feb 16, 2018 · 2 comments

Comments

@particleflux
Copy link
Contributor

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.

@Slamdunk
Copy link
Collaborator

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
@particleflux
Copy link
Contributor Author

PR created.

As for the list of message ids, I noticed one can just use the ArrayIterator::getArrayCopy() method.

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
Projects
None yet
Development

No branches or pull requests

2 participants