Hey Lemmy!

Exactly as the title says, where self-destructing means that no matter what email provider I, or my recipients use, the email will be gone after a set amount of time.

The methods I have come up with are:

  • using a PrivateBin or PasteBin link.
    • requires the recipient to click on a link that opens in another app/tab
    • easy to set up
  • using an HTML remote content stylesheet with CSS ::after to inject the body text of the email; then, if I control the server, I can delete the stylesheet and the email will be gone.
    • embedded in the email, but plain text only. I’m not even sure if it can do line breaks.
  • loading an SVG from a remote source

Does anyone have more methods?

  • Captain Beyond@linkage.ds8.zone
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    3 days ago

    No. This isn’t a thing. Don’t try to make it a thing.

    Once something leaves your computer you lose control of it. The recipient can do whatever they want with the message. If you don’t trust the recipient not to be malicious then don’t send them anything sensitive. You can’t untell a secret.

  • irotsoma@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    1
    ·
    4 days ago

    Can’t do that with email. Email doesn’t have the necessary protocols to keep a file from being copied, scrub file systems, or maintain external links to trusted time keeping sources or control over the hardware to prevent screenshots or other methods to save the data as it’s being displayed to the user.

    There are some possible partial implementations like encrypting a file and only allowing decryption and display on a remote server. But then what’s the point of making it an email in the first place? And if the method for viewing the data is something like a website, that doesn’t prevent screenshots or other ways of storing the data.

    The only way to truly have self-destructing content of any kind is to use a device that’s fully controlled, a sever that makes sure the device is not compromised, and a neutral third party you trust to keep all recipients from tampering with the server and devices. Otherwise, if one of the users gets control of any component, they will be able to compromise the system. Unfortunately, there are no trustworthy companies who aren’t under pressure to profit fr your data or from governments to allow access to your data. So there can never be a commercial product like that. And email doesn’t have any of this as it’s designed to be portable, not controllable.

  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 days ago

    The thing with any of the available methods is someone can save the content easily on their end, so it’s only self-destructing in terms of the server it’s stored on.

  • floquant@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    5 days ago

    The email protocols don’t natively support this, so yeah your best option is to embed or link to a webpage that becomes inaccessible after a set amount of time.