Closed BRVK closed 3 years ago
@Webklex - I am also facing the same issue with gmail
account.
$messages = $emailFolder->query()
->setFetchBody(false)
->all()
->fetchOrderDesc()
->paginate($per_page = 10, $page = $page, $page_name = 'imap_page');
Seems to be duplicate of #403.
Hi @BRVK @cms007 , many thanks for your reports. Unfortunately this is the wrong repository.
Please head over to https://github.com/Webklex/php-imap/issues/new?assignees=&labels=&template=bug_report.md and try to be as precise as possible. Also consider to add some example date which would be required to replicate the issue.
Best regards,
Hi @Webklex - I am also facing the slowness issue with Laravel-Imap
with gmail
account.
@Webklex - Opened a new issue here: https://github.com/Webklex/php-imap/issues/171
$folder = $this->client->getFolderByPath($path); $messages = $folder->messages()->all()->get()->paginate($per_page = 10, $page = $page, $page_name = 'Messages Page');