Posts Tagged “email”:

Self-Destructing Emails With Not-Much Mail

I use *offlineimap* + *not-much mail* + *astroid* to handle my email and I wanted a way to make emails self-destruct after a certain amount of time. Here's the script I came up with to do that: ## nmExpire.py ```python #!/usr/bin/python import notmuch import re, datetime from dateutil.relativedelta import relativedelta... [Read More]
Tags: email not-much

Put Not-Much Emails To Sleep

I've been using [not-much mail](https://notmuchmail.org) in combination with [offlineimap](http://www.offlineimap.org) and [astroid](https://github.com/astroidmail/astroid) (as the front-end) to handle my email. I wanted to implement a very useful function that I use with outlook for my work email: putting emails to *sleep* for a time and having them *wake up* automatically. Basically, if... [Read More]
Tags: email not-much