mitul koradia - 2011-02-09 04:37:36 - In reply to message 1 from Paulo Rodrigues Felisbino
Hi you can create pagination without modifying receivemail class file. As explain in the example file you can get total mail count of your inbox using $obj->getTotalMails(). You can use this count and loop through pagination. Only thing is when user connect and visit page one by one you have to reconnect the mailbox for each page visit.