views:

34

answers:

0

The title says it all. This is one of my assignments and I need some help in getting started. The basic idea behind the assignment is that I have to design a self destructible email program that is capable of destructing the message after (n) time duration.

Speaking about self destructible emails, there are quite a few ones on the internet offering the same service. But what they do is, they just convert the email message into an image and store them on their servers. Now, they send the message attaching the image inline with it. After they receive a hit on that image (which means that the message was being opened), they simply delete the image and the inline image link breaks! BOOM!

IMO, that's not what a self destructing email should be like. Nevertheless, in my case, I have to take care of following points:

  1. I have to do it for TEXT. No image, nothing else.
  2. I have to assume that the systems used throughout the process will be UNIX based (I don't know how that is going to make a difference).
  3. There are also some hints regarding the usage of various network layers in solving the problem.