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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A simple script to postpone your own email

57 点作者 im_dario超过 9 年前

10 条评论

dybber超过 9 年前
The feature from Google Inbox that I miss the most when using ordinary GMail.<p>I find the Google Inbox browser UI horrible, which is why I still use GMail.
评论 #10905090 未加载
评论 #10905571 未加载
msielski超过 9 年前
For Gmail you can do similar scripting with Google Apps Script. This isn&#x27;t exactly the same, but it&#x27;s a similar example. <a href="http:&#x2F;&#x2F;gmailblog.blogspot.com&#x2F;2011&#x2F;07&#x2F;gmail-snooze-with-apps-script.html" rel="nofollow">http:&#x2F;&#x2F;gmailblog.blogspot.com&#x2F;2011&#x2F;07&#x2F;gmail-snooze-with-apps...</a>
DyslexicAtheist超过 9 年前
I have a setup with mutt as MUA and offlineimap&#x2F;msmtpq for smtp&#x2F;imap handling mainly because I always want an offline access to all my mail hosted on gmail which I can search anytime when without network access.<p>deferring email is a breeze with e.g. msmtpq set this in .muttrc:<p>set sendmail=&quot;msmtpq --wait 30&quot; set sendmail_wait=-1 #send in the background<p>same is possible with postfix ...
dsjoerg超过 9 年前
very cool! i use followupthen.com for the same purpose.
评论 #10904089 未加载
评论 #10950806 未加载
benliong78超过 9 年前
Nice, with this you can achieve the &quot;snooze till later&quot; functionality of Mailbox that I still miss to this day.
评论 #10903839 未加载
SFjulie1超过 9 年前
I remember using &quot;at cat mail and pipes &quot; from my DMZ with a correctly configured postfix satellite. Thus requiring no additional login&#x2F;pass to be stored.<p>Ho! It still should works.<p>Reinvention of the wheel maybe? Or the wisdom of old sysadmins being forgotten in the maelstrom of devops culture?
j45超过 9 年前
Sweet. I like how this is not tied to one provider. Scheduling emails is helpful when you write in batches, and recipients are better to receive the emails step by step.
thecosas超过 9 年前
Simple solution and sounds like it should work with any IMAP provider (provided you tweak the code).<p>Well done!
aszantu超过 9 年前
I use lettermelater.com
sam_lowry_超过 9 年前
this is how I usually do it:<p>~$ echo &#x27;mutt -s &quot;Call a client at 9:00, 9 Apr&quot; lowry@localhost &lt;&#x2F;dev&#x2F;null&#x27; |at 8 Apr &lt;&#x2F;dev&#x2F;null
评论 #10904076 未加载