-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
imap_fetch_overview options #487
Comments
I'm sorry may you give us an example of sequence that you'd like to search for, that you cannot use right now? |
Hi,
So method Mailbox::getMessageSequence() will have another optional parameter. in my case, the method call will look like this see spec. https://www.php.net/manual/en/function.imap-fetch-overview.php many thanks |
After digging further, it seems to me that our implementation of I think we should do a BC break and introduce a |
Can I ask for an estimate of when the change will be ready? Thanks |
It depends on two factors:
|
Hi,
I would welcome if the Mailbox::getMessageSequence() method had another parameter (optional) that I could use to set the third parameter ($options) of the imap_fetch_overview() method.
I only need to select a certain sequence of emails from a large number of emails in the folder.
It is currently not possible to view emails without knowing their id :(
imap/src/Mailbox.php
Line 211 in 76926d4
many thanks
M
The text was updated successfully, but these errors were encountered: