Gonzih / feeds2imap.clj

Pull RSS/Atom feeds to your IMAP folders with Clojure on JVM.
http://feeds2imap.gonzih.me/
MIT License
31 stars 6 forks source link

Feed title or author in the From: header, publication date in the Date: header #4

Closed astanin closed 11 years ago

astanin commented 11 years ago

Given {:from "rss@bot.com"} in urls.clj, most messages will appear as either

From: Some Blog http://someblog.com/ <rss@bot.com>
Subject: Post Title
Date: [publication date]
...

or

From: First Author, Second Author <rss@bot.com>
Subject: Post Title
Date: [publication date]
...