this post was submitted on 15 Sep 2024
84 points (100.0% liked)

Privacy

31242 readers
1113 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

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 :)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] hanke@feddit.nu 7 points 2 days ago (1 children)

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.

[โ€“] andylicious1337@lemmy.world 1 points 2 days ago (1 children)

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.

[โ€“] hanke@feddit.nu 4 points 2 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)