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]