Skip to content

Since 2.4.0 I can no longer search for emails earlier than ~2 years #84

@vesper8

Description

@vesper8

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions