Earlier quoted context omitted.
You are so right! Thank you for your feedback. Changed it to "Your privacy is important. Darwin will never record, distribute or sell your personal data to any third parties."
Question I have: do you need to actually collect this information at all? I appreciate the no share, but if a service never collects it to begin with then it’s never an issue including if you get hacked for instance. I’m curious not a judgement.
Show HN: I Built Darwin Mail as a Google Inbox Replacement
91–100 of 223 posts
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#92Earlier quoted context omitted.
You are so right! Thank you for your feedback. Changed it to "Your privacy is important. Darwin will never record, distribute or sell your personal data to any third parties."
Question I have: do you need to actually collect this information at all? I appreciate the no share, but if a service never collects it to begin with then it’s never an issue including if you get hacked for instance. I’m curious not a judgement.
What information are you referring to?
I would prefer to understand your question better so I can give you honest and hopefully succinct feedback :)
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#93Earlier quoted context omitted.
It's not open source at the moment no. You make a very good point, and I see where you are coming from. I personally have a hard time trusting other products with my data too. That's why I'm trying to be as transparent as possible with DarwinMail. If I were to make the product open source, would you consider using it then?
Yes, if you make it Open Source and possible to self-host it goes from DOA to definitely possible. Would have to explore more, like how it's written, the community around it, etc... before I really commit. Hopefully you can still make a living. I suspect "open source + commercially hosted" is a good model for something like this?
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#94Earlier quoted context omitted.
Question I have: do you need to actually collect this information at all? I appreciate the no share, but if a service never collects it to begin with then it’s never an issue including if you get hacked for instance. I’m curious not a judgement.
The app does need to know what your email address at gmail is in order to work.
Other than that there is no need to collect much other information at all.
Google Analytics is currently how I see how users found DarwinMail & where they came from.
Google Analytics also provides info such as users device and browser type.
A list of the data Google Analytics collects can be found here:
https://www.shivarweb.com/2977/what-does-google-analytics-do
Google Analytics is the defacto standard for millions of websites across the web.
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#95Earlier quoted context omitted.
It's not open source at the moment no. You make a very good point, and I see where you are coming from. I personally have a hard time trusting other products with my data too. That's why I'm trying to be as transparent as possible with DarwinMail. If I were to make the product open source, would you consider using it then?
Yes, if you make it Open Source and possible to self-host it goes from DOA to definitely possible. Would have to explore more, like how it's written, the community around it, etc... before I really commit. Hopefully you can still make a living. I suspect "open source + commercially hosted" is a good model for something like this?
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#96Earlier quoted context omitted.
It's not open source at the moment no. You make a very good point, and I see where you are coming from. I personally have a hard time trusting other products with my data too. That's why I'm trying to be as transparent as possible with DarwinMail. If I were to make the product open source, would you consider using it then?
That was my biggest concern as well. I am sure you do not do that, it it would have been so easy to funnel my data (or metadata) to your servers. Open-sourcing and authenticating the client code would resolve this issue for me.
I will think about it :)
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#97In reality it's just "Pro Monthly" and "Pro Yearly" where the only difference is you save 30%.
The "Lite" and "Plus" part makes it seem like there are three plans and the Plus one has the most features/benefits...
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#98Hello HN I’m Joey, the maker of Darwin Mail. — Darwin Mail aims to help you be your most productive when dealing with emails & todos. Problem Inbox by Google was one of the best products they ever made. And then they shut it down. Solution Introducing Darwin Mail, which aims to replace and become better than Google Inbox ever was. Features - Snoozing, Reminders, Dark Mode, Undo Send, Custom Backgrounds, Templates, &…
I just wanted to point that e-mail undo is present is in standard GMail. The feature started as a lab feature and added into standard muster of features sometimes later.
This makes selling e-mail undo in the professional plan a bit of a contradiction IMHO.
Other than that, everything looks good, congrats again. :)
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#99Earlier quoted context omitted.
Part 3: How does DarwimMail actually work? So what happens exactly is: The user logs into DarwinMail.app, DarwinMail makes a login request to Google's servers, Google logs the user in, DarwinMail asks for the users emails at which point this data is rendered in the user's browser. None of this email data is stored on DarwinMail's servers. There is no need! Think of all the space it would take up and the time that wou…
Saying that none of the "email data" is stored on your servers is a common way mail clients deflect from the real truth that people are interested in. Our email data traverses through your servers and is stored in memory is it not? Additionally you have our access tokens correct? With those you have effective access to all of our email data. They are effectively a password. Worse actually since they bypass 2FA. If yo…
What you have said is true but I'm not sure you fully understand how DarwinMail works.
I hope to alleviate your concerns somewhat by explaining.
DarwinMail does request and use your individual access tokens from Googles API servers in order to retrieve your emails.
All the displaying is done on your browser. Any action you take for your emails is done on your browser. Any email you type and send it handled in your browser.
Sure, DarwinMail is hosted on a server (Linode) but that's just to store the DarwinMail website on the internet so you can visit it.
Even without open sourcing the code, you can still see all of the code that does the above managing of your emails in your own browser! Just right click -> Inspect -> Open up the sources tab and you can see it all! It's not hidden!
In fact, search for Sarge's posts on this thread... that gentleman was looking through the code, reporting bugs to me and telling me how to fix them!
Furthermore, Linode does not take security lightly and are trusted by many many companies and individuals. See for yourself: https://www.linode.com/security
Re: Show HN: I Built Darwin Mail as a Google Inbox Replacement
#100Earlier quoted context omitted.
Wow wow WOWW! This is the kind of feedback I really really love. You took your time writing this. You went into perfect detail. You are really really helping, Sarge, thank you a million times over. This is amazing. Thank you. I have noted everything you said and will work on those in the coming days. Thank you so so much.
No problemo. I'll go into a deeper dive tomorrow; would it be better to send an email to report any further bugs I find?
It's joeytawadrous at gmail dot com
My email is always open to you! :D Thanks again for all your help!