Relative Content

Tag Archive for email

Mail Server Caching

I’m currently working on a web mail client. When a user logs in, I’m fetching all the mails from the INBOX from the beginning of time. As expected this is pretty darn slow. I’m planning to implement some sort of a filtering/caching technique and was looking for some ideas.