php-imap-client
php-imap-client copied to clipboard
How to search by date?
I have been checking the documentation but I can't find the search by date
For example, bring all mail from 2020-12-28 onwards
You can use function getMessagesByCriteria
$imap->getMessagesByCriteria('SINCE "18-12-2020"');
You can find all syntaxes of criteria here