-
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
Description
I've been testing my program by fetching emails since the last 3 years. I noticed a sudden huge drop in emails being returned since updating to 2.4.0
To test that this isn't related to something else, I just downgraded webklex/php-imap
and forced it to be 2.3.0
and the problem went away
On 2.3.0
php artisan mail:check 'Some String' '5 year'
Checking for new bookings from Some String since 2016-01-06 in all folders
Found 422 messages matching criteria since 2016-01-06
On 2.4.0
php artisan mail:check 'Some String' '5 year'
Checking for new bookings from Some String since 2016-01-06 in all folders
Found 58 messages matching criteria since 2016-01-06
I can provide more info if necessary