It’s me again with another question for recommendation 🙈 This time I am searching for a new Email-Provider:

Currently I am using mailbox.org (privacy-friendly provider based in Germany). Since my subscription is comming to an end there, I tought about switching to proton mail-plus. What I like about them is, that they have an easy way of creating alias-emails and also support the option to use your own domain.

But maybe you gals and guys have another great provider which offers good features for a good price.

Also: I dont need Cloud-Storage or anything like that, so just mail is fine.

Thx in regards :)

  • @gaael
    link
    253 days ago

    Just a reminder: with Proton you can’t use IMAP for your email client, you either need their mail client (mobile) or bridge app (desktop).

    • Dark Arc
      link
      fedilink
      English
      5
      edit-2
      3 days ago

      While technically true, bridge is ultimately an IMAP server you run yourself … and they do have good reasons for this design.

        • @[email protected]
          link
          fedilink
          73 days ago

          Imap and end to end encryption are not possible at the same time.

          Bridge exposes an IMAP interface but encrypts everything as Proton would, had you used the web client.

          It solves a technical limitation.

          • @andylicious1337OP
            link
            12 days ago

            oh so only when using their client I have the e2ee for the emails on their server? kind of makes sence but def. a point to take into consideration.

            • @[email protected]
              link
              fedilink
              42 days ago

              No, I think you are misunderstanding my poor explanation.

              Your emails are encrypted at rest on their server regardless if you use the web client or IMAP through the bridge.

              The thing is that the encryption layer must happen at some point in time when you communicate with their API:s. In the web client this encryption is built-in. IMAP on the other hand does not support this type of end to end encryption, so the bridge adds this layer for you.

              So you communicate unencrypted locally between your email client (Thunderbird for example) and the Protonmail bridge that you have installed locally on your computer. Then Protonmail bridge encrypts and decrypts all emails for you. So to your email client, it seems like a normal email server, but in reality everything is encrypted.

              (Standard “encrypted email” disclaimer: Your emails are not encrypted in transit unless both parties, sending and receiving, are set up for encryption. Email is otherwise not end to end encrypted in transit)