From 1cb8ed33ba0346c9ad6706e63bfa34dcf136061d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 15 May 2013 09:52:47 -0400 Subject: [PATCH] .config/rss2email.cfg: Update to rss2email v3.4 This version added post-process hooks and IMAP handling. --- src/.config/rss2email.cfg | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/.config/rss2email.cfg b/src/.config/rss2email.cfg index da7c7c2..a2baebd 100644 --- a/src/.config/rss2email.cfg +++ b/src/.config/rss2email.cfg @@ -13,6 +13,7 @@ date-header-order = modified, issued, created, expired bonus-header = trust-guid = True encodings = US-ASCII, UTF-8 +post-process = html-mail = False use-css = False css = h1 { @@ -54,13 +55,20 @@ css = h1 { unicode-snob = False links-after-each-paragraph = False body-width = 0 -use-smtp = False +email-protocol = sendmail sendmail = /usr/sbin/sendmail -smtp-server = smtp.yourisp.net:25 smtp-auth = False smtp-username = username smtp-password = password +smtp-server = smtp.yourisp.net:25 smtp-ssl = False +imap-auth = False +imap-username = username +imap-password = password +imap-server = imap.yourisp.net +imap-port = 143 +imap-ssl = False +imap-mailbox = INBOX verbose = warning [feed.xkcd] -- 2.26.2