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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Email as backend to secure federated chat

2 点作者 whyagaindavid大约 8 年前
Many of my non-tech friends are tired of sending emails. Instead why not create an app that lists latest contact names in an interface. When you click on the name/email address, you type "your chat message" which is sent by the app as an email. When the 'receiver/addressee' replies it forms the chat type conversation. This would mean 'users' with no smartphones are also part of conversation. If there is a 'large' email then a snippet can be displayed(with a link to open in a real email client). Bonus, if one can add GPG encryption - by looking up a keyserver for that email address and sending the chat (email) with GPG. Do you think this is viable?

1 comment

brudgers大约 8 年前
How do the different latencies in email and chat get resolved in a way where participating via an email client makes sense?<p>The way to sort that out is probably building a partial system.<p>Good luck.