.config/rss2email.cfg: Update to rss2email v3.4
authorW. Trevor King <wking@tremily.us>
Wed, 15 May 2013 13:52:47 +0000 (09:52 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 15 May 2013 13:52:47 +0000 (09:52 -0400)
This version added post-process hooks and IMAP handling.

src/.config/rss2email.cfg

index da7c7c23057795b352ebe3b78872f8742350a921..a2baebdcb771c0ab2620fd8eee5a55e612fa3de9 100644 (file)
@@ -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]