• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • 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)




  • I’ve run iodéOS for at least a year by now.

    It used to have some bugs that mildly inconvenienced me,but they have all been fixed now.

    I really like it. It just works.

    Uninstallable default apps just means that the stores (f-droid / aurora), browsers, camera and lots more can be removed in the settings, so you dont need to root access to do so.

    Don’t want the default email client and contacts app? Just uninstall them from the settings. Takes a reboot to take effect.

    If you need them again, just go back there, install them again, reboot and you’re golden.

    Attaching a screenshot from the “Preinstalled apps” page in the settings.

    Feel free to ask if you have any more questions.





  • hanke@feddit.nutoFediverse@lemmy.worldFlohmarkt is a Fediverse Marketplace
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    26 days ago

    I believe money shouldn’t be involved.

    Just match sellers and buyers together and let them figure the terms and transaction out themselves.

    All that is needed is a way to find what you want and a solid system of building trusted profiles with ratings and such.

    Not a simple task, but keep the money out and it will all be easier.


  • Situations like these are the strength of the fediverse. Move your account to an instance that shares your values or doesn’t care about stuff like this.

    Maybe you shouldn’t even have had your account on the largest server to begin with?

    Edit: Didn’t mean to ridicule any of you all. I based my comment on my experience when I signed up. At that time there were plenty of instances to pick from and getting approved at my instance of choice was very quick. My bad.


  • I have read a bit about the Matrix protocol and once tried running the Synapse home server and Element front end which is also available as Android/iOS apps.

    Matrix is a federated chat protocol in the same way that ActivityPub is a federated social networking protocol. You can host your own Matrix compatible server and chat with people on other servers.

    Recently I watched a video about their recent progress in which they showed a chat working peer to peer over bluetooth low energy when devices did not have access to the internet. Writing this, I just watched another P2P demo video where they show off this functionality once again.

    This means you can use your own chat server as usual when

    • You have an internet connection on your device
    • Your device is on the same network as your server
    • Your device can find a P2P route to the other users through nearby bluetooth devices running this software allowing your device to route through other devices network and bluetooth connections

    Take all of this with a grain of salt as I am not completely sure I understand how the Matrix services work. I hope this helps.