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

The library doesn't support using sort by #151

Closed
jqqjj opened this issue Apr 20, 2017 · 3 comments
Closed

The library doesn't support using sort by #151

jqqjj opened this issue Apr 20, 2017 · 3 comments
Milestone

Comments

@jqqjj
Copy link

jqqjj commented Apr 20, 2017

I need to sort all messages in lists.

@jqqjj
Copy link
Author

jqqjj commented Apr 20, 2017

Resolution: use codes
"$messageNumbers = imap_sort($this->connection->getResource(),SORTDATE,1, \SE_UID, $query);"
replace
"$messageNumbers = imap_search($this->connection->getResource(), $query, \SE_UID)"
in line 63 in file Mailbox.php

@Slamdunk
Copy link
Collaborator

This would be a great improvement

@Slamdunk Slamdunk mentioned this issue Oct 2, 2017
1 task
@Slamdunk Slamdunk added this to the 1.0 milestone Oct 2, 2017
Slamdunk added a commit that referenced this issue Oct 2, 2017
@Slamdunk
Copy link
Collaborator

Slamdunk commented Oct 2, 2017

Implemented in #213 thank you for the feedback

@Slamdunk Slamdunk closed this as completed Oct 2, 2017
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