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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Re-creating some of Hey's features using Fastmail

35 点作者 nunodonato将近 5 年前

4 条评论

pkulak将近 5 年前
This is cool, thank you for posting. I gave it a try but... I don&#x27;t think it&#x27;s really there. I think the thing that Hey figured out is that the best way to sort mail is by sender. Due to DKIM, SPF, et all, it&#x27;s the only part of an email that can&#x27;t be spoofed. So they&#x27;ve made a system totally built on that, with single clicks to move senders to different buckets.<p>Yes, you can do that in Fastly, but it&#x27;s a cludge. You have to maintain contact groups, which means that every new sort &quot;rule&quot; involves a contact add plus a visit to the contacts page to put them in the right group. There&#x27;s nothing stopping Fastly from making this dead simple, but it&#x27;s not dead simple right now.<p>And on top of that, there are benefits to building a UI around Hey&#x27;s rigid bucket structure. The &quot;feed&quot; area, for example, shows the first few hundred pixels of every email just like it&#x27;s a feed reader. You get the cool &quot;focus and reply&quot; screen for emails you&#x27;ve put off.<p>I think, if you really like Hey, use Hey, don&#x27;t try to recreate it somewhere else. If you&#x27;re on Fastly, you probably already have a really good system that works great for you, so stick with that.
toomuchtodo将近 5 年前
Thank you [1]!<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23614877" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23614877</a>
flarg将近 5 年前
Love to see this for gmail
jvican将近 5 年前
This was great, thanks for sharing!!