Garbage collection and hotmail

Published by Rob on July 16th, 2004 - in Miscellaneous

What algorithims do you use to clean up your web-based e-mail account when out of storage space?

Mine are first a size based pass, then going through the recent messages and deleting them.

My approach is that which is done in OO memory management systems…. My inbox has a spot for young, tenured, and permanent members. Young messages are often deleted quickly, but the tenured ones hang around longer, and permanent ones speak for themselves. When deleting messages I am often going for size, and my first sort is actually done by size, but my eye is looking for new messages to delete.

seems to me like there is a feature for someone to implement…. a link to e-mails that could be deleted, where the link points to a list of e-mails ordered by size and date. Smarter features would include suggesting e-mails to delete because similar ones had been deleted before without being read, and removing ones from the list that don’t get deleted while others do.

No related posts.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© Rob@Rojotek