TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What should I built (email privacy)

2 点作者 CraftThatBlock大约 7 年前
I originally wanted to build an email client fully in the browser, but realized I can&#x27;t do TCP connections (for IMAP) directly inside the browser.<p>I came up with a few alternative:<p>&quot;Hosted&quot; version:<p>Hosted service that runs IMAP on a back-end, and roughly &quot;proxies&quot; IMAP over a WebSocket. This is the best for the user, because no download&#x2F;setup, just a web page. This also enabled easy push notification (IDLE process on back-end -&gt; push notifications). It would make it very easy adapt to mobile too.<p>Con: the service must store&#x2F;see email credentials for the users, and all their data being ran through a service they don&#x27;t control. Although it wouldn&#x27;t actually store any email data or use it in anyway, I don&#x27;t think everyone is comfortable with this idea.<p>&quot;Desktop&quot;&#x2F;bridge version:<p>A program that you run on your computer, which acts as the bridge between your browser and the IMAP server. Like the hosted one, but directly on your computer. This would mean the users have full control over their data.<p>Con: must be downloaded&#x2F;installed on desktop&#x2F;server. This could also be prepackaged with the actual interface inside an Electron-type of application, basically a normal desktop email client.<p>Mobile version:<p>With Flutter, TCP connections are possible, making it so an app could be made.<p>My problem with mobile is that this client would be focused for &quot;busy people&quot;, and mobile isn&#x27;t the best way to manage emails. Push notifications are essential and could be unreliable since it wouldn&#x27;t be using a third-party to use Google&#x2F;Apple&#x27;s push notifications, but would instead run as a background process.<p>The first version is the best for users, but the worse for privacy. It is the one I would like to do, plus offering users to self-host, so if they are very privacy-concerned, can still use the client with maximal privacy.<p>What does HN think is the best to make, from a user and company standpoint?

2 条评论

btown大约 7 年前
<a href="https:&#x2F;&#x2F;www.nylas.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nylas.com&#x2F;</a> provides a hosted &quot;IMAP proxy&quot; service, with an OAuth-authenticated client-side-only API that you could use without running servers yourself. It&#x27;s also an extremely easy-to-use API compared to raw IMAP.
评论 #16839964 未加载
mohsenBanan大约 7 年前
Instead of addressing privacy in just email, we are addressing the full picture in the context of a parallel digital ecosystem called ByStar.<p>See <a href="http:&#x2F;&#x2F;www.by-star.net" rel="nofollow">http:&#x2F;&#x2F;www.by-star.net</a><p>The Libre-Halaal By* (ByStar) Digital Ecosystem<p>A Unified and Non-Proprietary Model For Autonomous Internet Services A Moral Alterantive To The Proprietary American Digital Ecosystem For Preservation Of The Individual’s Autonomy and Privacy<p>Narrated presentation format is at: <a href="http:&#x2F;&#x2F;www.by-star.net&#x2F;PLPC&#x2F;180054" rel="nofollow">http:&#x2F;&#x2F;www.by-star.net&#x2F;PLPC&#x2F;180054</a>