You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to fetch every messages from your mailbox, if there are thousand of emails, this method call litterally explodes PHP memory. We should be able to divide in mutliple batch processes :
getMessages($limit = 0, $page = 1)
or
getMessages($start= 0, $end = 10)
The text was updated successfully, but these errors were encountered:
If you want to fetch every messages from your mailbox, if there are thousand of emails, this method call litterally explodes PHP memory. We should be able to divide in mutliple batch processes :
or
The text was updated successfully, but these errors were encountered: