Closed olrtan closed 2 years ago
Hi @olrtan , thanks for your report. It could be that your provider expects a different date format. You can change the format inside your config: https://github.com/Webklex/laravel-imap/blob/master/src/config/imap.php#L36
If you've published the config before, it should be located inside your config
folder: config/imap.php
Best regards & happy coding,
If you have any further questions, please head over to https://github.com/Webklex/php-imap
Best regards,
Hi, Thank you for awesome library
i try to search by date but i get the same results 0
my code `$client = Client::account('another')->connect();
results :
"all messages : 22591" "Since 1 : 0" "Since 2 : 0" "Since 3 : 0" "Since 4: 0" "Since 5: 0" "Since 6: 0" "Since 7: 0" "Since 8: 0" "Since 9: 0" "Since 10: 0"
thanks