aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2020-09-20 02:09:44 +0000
committerMark Powers <mark@marks.kitchen>2020-09-20 02:09:44 +0000
commit3f2e142d2c9b1e46faee988111abaffea946ce6a (patch)
tree20f108ee588080cf1ca853cda119e8f3a5644c13 /README.md
parentb4441232cb2c54e7ab0173a09640eff3828017cd (diff)
Add imap to email_helper, add reminders in daily-update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f826676..7cd62f0 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Some misc scripts I use regarding email
## email\_helper.py
-General purpose email reading/sending
+General purpose email reading/sending (though tailored to these purposes)
## kitchen-update-email.py
Check if there is a new post on my website and email those signed up for email notifications
@@ -11,5 +11,5 @@ Check if there is a new post on my website and email those signed up for email n
Send an email based on args with the subject staring "REMINDER: ". This makes it easy to set up monthly/weekly/etc. reminders via crontab
## daily-update.py
-Sends an update with news and weather about the day
+Sends an update with news and weather about the day, and any emails left over send from `reminder.py`