Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

getMessages() should allow pagination, not only limit

Open ambroisemaupate opened this issue 8 years ago • 0 comments

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)

ambroisemaupate avatar Dec 04 '17 16:12 ambroisemaupate