Started to move off Google’s services to proton:

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

    I moved off to zoho

    Much cheaper than proton and offers much more.

    They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps

    I especially love the feature where you can bounce emails based on domains, keywords or TLDs. My spam folder is finally empty. IMHO bounce back spam is much better, as the spammers get a response that the address is invalid and hopefully stop wasting their limited computing resources on that address.

    Zoho is not open source, but proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless. They also reject or ignore any pull request on GitHub.

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

      They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps

      The reason Proton cannot do IMAP/SMTP is that they cannot read your emails which is required for both. That’s a feature, not a bug.

      PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.

      proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless

      While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.
      As a user, it doesn’t make a difference. I’m paying for an opaque service either way.

      All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.

      • 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.

    • AcornCarnage@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 months ago

      What Zoho plan are you using? I can’t quite tell what the difference between the free and lite tiers is except for IMAP/POP support.

      I moved over to Proton earlier this year and have had a good experience so far, but I’m not married to it or anything.

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

        i started with the mail basic (10 euro yearly for 10gb) but then because i switched from “secondary email that forwards to gmail” to “primary email that imports from gmail”, i had to move to the more expensive plan

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Proton has been gradually closing down access to proprietary apps only. After they’re done you won’t be able to take your email anywhere else.

        If you have your own domain you’ll be able to host it elsewhere but you would leave behind email, calendar, aliases etc. and restarting from scratch.

        At that point “encrypted” starts smelling more like “hostage”. It’s generally a bad idea to be tied down to a specific email provider.

        You could wake up tomorrow to find out Proton has been acquired and the new owners can charge anything yet want for continued service.

    • ikidd@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      Zoho and PM have two entirely different reasons for existence. If you don’t want E2EE (assuming the other sender is on PM) then by all means, use Zoho. And IMAP isn’t E2EE compatible in the slightest, what they’re charging for is the decryption bridge that makes it work with an IMAP client. They had to come up with that, it’s not just a switch you flip at PMs end that makes IMAP work.