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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why hasn't the email client been reinvented lately?

8 点作者 dc-tech-fan大约 11 年前
For a tool we are all required to use but hate using, I&#x27;m surprised there haven&#x27;t been huge improvements in email clients since Google introduced Gmail 10 years ago.<p>There have only been small features added over time, like inline attachment viewing, and minor UI tweaks, like matching OS UI trends, but for the most part it&#x27;s the same Outlook, Apple Mail, Gmail, etc as we had 10 years ago: a bunch of folders, a single column for the inbox, a box to read or write mail, some icons to delete, forward, reply, etc.<p>There are plugins, like ActiveInbox and Rapportive, but these can be kludgy or not well integrated, especially now that we expect to be able to seamless jump from desktop to mobile email.<p>Am I alone in expecting a significantly better experience from my email client than where we were 10 years ago?<p>Is there somebody out there working on a new type of email client?

3 条评论

stevekemp大约 11 年前
I seems like you&#x27;re restricting yourself to graphical clients, ruling out the (minor) changes introduced by things such as notmuch, etc.<p>At the end of the day what people do with email is very much the same as it was 20 years ago:<p>* Send it.<p>* Read it.<p>On that basis there&#x27;s little innovation that seems missing, unless you&#x27;re thinking of something special?<p>Me? I like console mail clients, so I wrote one with built-in scripting via lua. It makes me happy, but it&#x27;ll never take over the world:<p><a href="http://lumail.org/" rel="nofollow">http:&#x2F;&#x2F;lumail.org&#x2F;</a><p>I suspect my next task is to try something graphical, but I&#x27;m in no rush.
kohanz大约 11 年前
First, I disagree that we don&#x27;t have today a &quot;significantly better experience&quot; with e-mail than we did 10 years ago. Gmail was not even available 10 years ago [0]. Do you remember what Outlook, Yahoo and Hotmail were like back then? There&#x27;s a reason GMail was able to scoop up a massive market share. There hasn&#x27;t been a complete paradigm shift, if that&#x27;s what you mean, but I don&#x27;t feel it has been necessary.<p>Second, I don&#x27;t &quot;hate using&quot; e-mail and I don&#x27;t feel that I am alone in that.<p>Your basic argument boils down to saying that e-mail is broken, but I don&#x27;t agree with that premise.<p>[0] <a href="http://en.wikipedia.org/wiki/Gmail" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Gmail</a>
PaulHoule大约 11 年前
In the late 90&#x27;s it was said that Venture Capitalists wouldn&#x27;t give a dime to anyone who competed with Microsoft. Today, VC&#x27;s don&#x27;t want to give money to any company that competes with Google.<p>Google has a good product with several competitive advantages. gmail has great deliverability, you can easily join mailing lists from gmail which could exclude you if you were hosting from your_name.com. It handles large mail spools with ease because it uses parallel programming tricks. Perhaps when you boot it, it runs a quick Map&#x2F;Reduce job to build an in-memory index to support all the searching and sorting you do.<p>I quit Thunderbird a few years ago because it just couldn&#x27;t cope. It would overload, it would fail and get corrupted and I couldn&#x27;t live with that. I was using Outlook at work so I switched to Windows Live Mail, which held up pretty well to the load.<p>With Live Mail I had two problems. First, People often couldn&#x27;t read my attachments. The other was that I felt overwhelmed with the various categories of mail I was getting. Some of this was spam, but a lot of it wasn&#x27;t, such as receipts when I made transactions, newsletter subscriptions, etc.<p>That really got me to gmail, which goes a long ways to relieve that overload.<p>Any product has to make decision about client-server components; I can read my gmail anywhere, and that is a big plus.<p>Some people imagine a massed up Outlook or Thunderbird with 64 bit addressing and designed to make the most of multicore processors and large RAM and SSD disks. The trouble is that most corporations don&#x27;t give out good laptops so you can&#x27;t sell this to large numbers of salespeople unless you bundle it with the hardware.<p>The excitement in the client world is really on the other end, you could shoehorn it into a tablet and they even have octo-core phones so maybe you can go somewhat far, but the work is going to all be in super-efficiency and managing differences between tablet platforms.<p>No matter what a big part of the intellectual work is some system that maintains document storage full-text index, metadata index, contact book etc. I&#x27;d like to see this subsystem reusable so that it could be used to handle other sort of document collections.<p>If you move the database away from the client to the server, you lose many big differentiations against gmail. (ex. You can physically destroy your mail spool if it is on your laptop, who knows who can grab it from the firm you work for. On the other hand, industrial spies can grab a laptop from out in front of you, and if you didn&#x27;t encrypt the volume, they have your mail spool.)<p>Move the database to the &quot;cloud&quot; and then you are head-to-head with gmail and the advantage they have is a lot more data. It&#x27;s much easier for them to know what a &quot;discussion group&quot;, a &quot;promotion&quot;, or a &quot;update&quot; is than it would be for you to do it.<p>Some kind of CRM functionality could be a big plus. The idea is to put structure in the communications so that there could be much more automation and also teamwork in that you can hand off the job to someone else and have people held accountable if it doesn&#x27;t happen.<p>I think people hate CRM, Project Management and those kind of tools worse than they hate e-mail, so a &quot;business process automation construction set&quot; might be big success if someone can find a way to make it fun.
评论 #7401957 未加载