Started to move off Google’s services to proton:

  • Moonrise2473@feddit.it
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    6 months ago

    i think instead the opposite. The backend is the real interesting part, and the only way that we can be sure that “they cannot read the emails” (they arrive in clear, saved with reversible encryption and they have a key for it - if you use their services to commit crimes they will collaborate with the law enforcement agencies like everyone else)

    imap/smtp can be toggled with a warning, if that’s really their concern. As of now i have the feeling that’s instead blocked to keep users inside (no IMAP = no easy migration to somewhere else) or to limit usage (no SMTP = no sending mass email)

    • Atemu@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      The backend is the real interesting part, and the only way that we can be sure that “they cannot read the emails”

      While I’d still prefer it, OSS can’t really help with that because what’s really required here is remote attestation.
      That is an unsolved problem to my knowledge; there is no way to know which software they’re actually running. Even if they published the source code, they could trivially apply a patch in their deployment that stores all incoming email somewhere and you’d be none the wiser.

      Even if they published source code and could somehow prove to you that they’re running a version derived from it, you would still not be safe from surveillance as one could simply MITM all connections. See i.e. https://notes.valdikss.org.ru/jabber.ru-mitm/.

      That’s likely one of the reasons they do everything they can to make PGP accessible to every user.

      imap/smtp can be toggled with a warning, if that’s really their concern

      It’s plain and simply not how their service works. They’d have to build most of their service a second time but unencrypted.

      It’s like asking Signal to build in support for IRC; it does not make sense for them to do that in any way without malicious intent needed.

      no IMAP = no easy migration to somewhere else

      You have IMAP access via the bridge. That’s what it’s for.