Hi all,
I am now writing an web base mail using IMAP as the protocol to get email. However, I found that whenever there is too much mail in the mailbox, the response time is very long. I guess the reason is there is a new imap_open in each request. I have tried to store the connection in the session but it seems only a number stored and the stream can't be use again.
Should anyone have idea to store the IMAP connection (may be database connection) for each request?
Thank you.
Lun