Modern email can be built from borrowed parts

(en.andros.dev)

75 points | by andros 7 hours ago ago

34 comments

  • jfb 2 minutes ago ago

    I like that the author at least head fakes towards postage, which is how spam gets solved, for real. It's far too late for SMTP, but I don't mind folks thinking hard about it.

  • 8organicbits 3 hours ago ago

    I think the network effects make email hard to replace, virtually everyone online has an email address. If this could include a migration path, with backwards compatibility with SMTP, I think it would have a better shot of getting adoption.

    Modern email already depends on HTTP, with protocols like MTA-STS (https://www.rfc-editor.org/info/rfc8461/) using HTTPS/TLS to improve transit encryption, or Web Key Directory (https://datatracker.ietf.org/doc/draft-koch-openpgp-webkey-s...) which uses HTTP for public key distribution. Personally I think these incremental improvements of SMTP are more promising than replacements, but we deserve better email however we can build it.

  • ccamrobertson 2 hours ago ago

    I think a lot of these concepts are fun/interesting, but I like that email today functions more like a mailbox than WhatsApp or Telegram. Whilst digital (or paper) spam is obnoxious I dislike the idea of binning every sender into a "unread" box until I approve them. I miss unreads all the time across apps like X and Telegram.

    As a first step I would focus on something like broad S/MIME support. Unfortunately I suspect that the biggest email providers are disincentivized from doing this as it would disrupt their business models.

  • amelius 4 hours ago ago

    > First-contact consent: an unknown sender doesn't get into the mailbox; they land in a "requests" box with their first message visible (like Signal's message requests). You accept, and the thread opens forever. A stranger can knock on your door, which is the essential property of mail, but they can't fill up your living room.

    I like this.

    Question: can this e-mail specification/implementation also replace direct-messaging protocols (like WhatsApp)?

    • TheOtherHobbes an hour ago ago

      The unknown request will be buried in spam - a problem we have already, but worse.

      And I do not want an infinite thread conversation. I want to be able to split off - and perhaps archive and export - different conversations by topic.

      I recently had to some legal things, which included forwarding copies of a certain conversation to a lawyer. This turns out to be unreasonably difficult because email clients quote previous conversations. You want a clean thread of comment and reply about a specific topic. You don't get that.

      You do get it on chat services, but there's no option there to create sub-conversations.

      If I was redesigning email I would think long and hard about different use cases and workflows and start with an RFC. Protocols are far downstream of that.

      • tcfhgj 13 minutes ago ago

        > You do get it on chat services, but there's no option there to create sub-conversations.

        It's called threads - even Matrix has these

    • aboardRat4 an hour ago ago

      >Question: can this e-mail specification/implementation also replace direct-messaging protocols (like WhatsApp)?

      Deltachat

    • MrGilbert 3 hours ago ago

      > I like this.

      Honestly, I'd want this as a default. I wonder if a mailserver can be configure like this. Doesn't sound too hard, does it?

      • thesuitonym an hour ago ago

        Believe it or don't, most mailservers actually are set up this way, but it's completely invisible to the user: https://en.wikipedia.org/wiki/Greylisting_(email)

        Greylisting is not perfect, not even close, but it allows servers to reject huge amounts of garbage mail while allowing new mail from unexpected parties without user intervention.

        • dizhn an hour ago ago

          It is similar but not the same thing. It does not have anything to do with the email being legit (non spam) or not. It only catches emails that do not do what they supposed to do when they are deferred for a little bit. They are supposed to try again later. (A super nice feature of email which protects you from losing all incoming emails when your server is down for a short time). The reasoning here is hopefully a spam script or software will not implement the standard properly or will skip apparently broken destinations.

          What parent wants is also possible and I remember people doing it as far back as the early 2000s. You would basically manually whitelist an email or have them bypass the list (once or always) with something like a key word or token sort of like a captcha which can be shared off band.

          • thesuitonym 40 minutes ago ago

            It's definitely possible, a few companies do it, and let me tell you: People hate it.

    • fny 4 hours ago ago

      Is there any reason they shouldn't be the same?

    • xd1936 4 hours ago ago

      This is the way hey.com operates. It's nice.

  • thesuitonym an hour ago ago

    > Let's design the successor to email on top of HTTP

    You can stop there, I've heard enough. Not everything is hypertext.

    • jjice 13 minutes ago ago

      From the first paragraph:

      >The goal is not to replace the current mail system, heaven forbid!, but to learn, have fun and discover current technologies to swap out every element: sending, receiving, gateway, keys, and so on.

      It's all for fun.

    • beej71 40 minutes ago ago

      And HTTP transports many, many more things than hypertext. It seems like a sensible choice for this use case in terms of capabilities.

    • andros an hour ago ago

      Usually, informed people only read the headline.

  • AKSF_Ackermann 2 hours ago ago

    Content-addressed email breaks mailing lists, as those need to be able to add headers for subscribe/unsubscribe/list id, etc. There is a reason DKIM allows you to pick which headers to sign.

  • wuschel 3 hours ago ago

    > Optional postage for strangers: the server can answer a first contact with a 402. Configurable per mailbox; the cost of cold spamming stops being zero.

    Interesting take re putting a cost on spam. Perhaps another take would be functionally implementing introductions.

    > First-contact consent: an unknown sender doesn't get into the mailbox; they land in a "requests" box with their first message visible (like Signal's message requests). You accept, and the thread opens forever. A stranger can knock on your door, which is the essential property of mail, but they can't fill up your living room.

    Unfortunately, this will only move the problem, and only reduce it in the case when all outside communication is ignored.

    • philipwhiuk 37 minutes ago ago

      Yeah the 'Requests' folder just becomes the new Inbox folder.

      Email clients already highlight/filter people in your contacts

  • aboardRat4 an hour ago ago

    Self-ejecting panels on three sides of the website are a horrible user experience.

    Other than that...

    The most important thing is not the protocol, it's the gui.

    At the moment email's gui is horrible on all platforms without exception.

    If/when a decent gui appears, protocols will follow.

    Also, JMAP did reading can probably be just WebDAV?

    • andros an hour ago ago

      GUIs cannot be built either before or during the specification of a protocol. In fact, this is the part that should have the least weight. There are important steps, such as system auditing or making design decisions (like certificate rotation), that are not addressed. However, the goal is not to replace SMTP/IMAP, but rather to show how modern tools, when properly assembled, can replace older protocols with serious design flaws. JMAP is flexible, mature, and easy to connect with current technologies. It's a better option.

    • marssaxman 38 minutes ago ago

      > At the moment email's gui is horrible on all platforms without exception.

      This is obviously a matter of opinion. Of course there are endless different email GUIs, on all the platforms; if you don't like one, there are many alternatives.

      I cannot imagine that a "decent GUI" by modern web-development standards could be anything I'd prefer to what already exists. Email works and generally doesn't let designer ego get in the way.

    • dewey an hour ago ago

      > At the moment email's gui is horrible on all platforms without exception.

      How can you say that when it's one of the benefits of email that it's an open protocol and there's thousands of different apps built on top of it. Terminal UIs, web interfaces, chat interfaces etc. - that should be one of the cases where there's a GUI for anyone.

    • andros an hour ago ago

      Why do you find the panel experience so bad?

  • syhol 4 hours ago ago

    I'm very excited by this idea. I feel like email/chat is ripe for reinvention.

    I don't agree with "Domain control as a fallback", as the author said "a domain is not owned, it is rented" and I want to normalise the idea that if you lose your private key, you need to start again. I hate that we keep giving so much authority to domains, it's such a big weakness. The author even left the key rotation chain out of the initial implementation.

    I still think root/signer keys or sigchains are decent options.

  • philipwhiuk 40 minutes ago ago

    Old version:

    * DNS lookup for MX record

    New version

    * DNS lookup for A record

    * HTTP request for .wellknown/htmp/known_hosts

    Not sure why this is being considered as an improvement?

    > each mailbox of a domain on a different provider

    Why is this useful/necessary or even 'good'?

    • rzerowan 18 minutes ago ago

      Id think its for enduser flexibility and convenience. Its more involved to alter DNS records vs just adding a text line to a webpage and hitting that default endpoint as standard. Same way LetsEncrypt allows the easiest setup with the .wellknown endpoint , where a user may not have DNS access beyond the initial A record setup.

  • endre 2 hours ago ago

    still better than CoI

  • gostsamo 2 hours ago ago

    Unfortunately, stopped reading at one moment, because though the idea might be interesting, the packaging was unbearable. The obnoxious real time visitors counter seriously screws with my screen reader. I don't care how many people are reading this every 3 seconds updated not only with numbers, but with randomly chosen emois in my speech stream.

    If you have a website, please, don't subject your visitors to something like that.

    • andros 2 hours ago ago

      I'm sorry to hear about your bad experience. I've hidden the counter for screen readers. Please try again when you're ready.

      • gostsamo 9 minutes ago ago

        Thanks for the change.

      • jeffbee 42 minutes ago ago

        The combination of "I have an idea for changing one of the fundamental experiences of modern life" and "my website is obnoxious and hostile" didn't really work for me.

        • gostsamo 8 minutes ago ago

          Mistakes happen.