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.
For Gmail you can do similar scripting with Google Apps Script. This isn't exactly the same, but it's a similar example.
<a href="http://gmailblog.blogspot.com/2011/07/gmail-snooze-with-apps-script.html" rel="nofollow">http://gmailblog.blogspot.com/2011/07/gmail-snooze-with-apps...</a>
I have a setup with mutt as MUA and offlineimap/msmtpq for smtp/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="msmtpq --wait 30"
set sendmail_wait=-1 #send in the background<p>same is possible with postfix ...
I remember using "at cat mail and pipes " from my DMZ with a correctly configured postfix satellite. Thus requiring no additional login/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?
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.
this is how I usually do it:<p>~$ echo 'mutt -s "Call a client at 9:00, 9 Apr" lowry@localhost </dev/null' |at 8 Apr </dev/null