Posted on: 3/16/2015 6:03:49 AM | Views : 631

Hello All,
We have developed email module for our web application; which facility to user to access any of his configured email account.
The module is working perfectly as required, however we are facing the key issue of performance, speed etc.
For e.g. It is taking almost 2 minutes to create the connection, retrieving the email and binding to the grid,
then same thing happens when we try to retrieve next 10 emails, retrieval of the email as per the folder selection(like sent items, drafts, personal folders etc.)
We have used POP/Smtp/Imap classes for all mailbox operations.
So can anyone tell how can we increase the performance/speed for all mailbox operations ???

Go to the complete details ...