rss2maildir.git
16 years agoAdd licence information
Brett Parker [Thu, 20 Dec 2007 21:16:31 +0000 (21:16 +0000)]
Add licence information

16 years agoAdd basic HTML -> plain text parser
Brett Parker [Thu, 20 Dec 2007 21:03:09 +0000 (21:03 +0000)]
Add basic HTML -> plain text parser

16 years agoUpdate example file with planet alug and planet debian
Brett Parker [Thu, 20 Dec 2007 19:30:17 +0000 (19:30 +0000)]
Update example file with planet alug and planet debian

16 years ago* make mail messages multipart/alternative messages with a text/plain and
Brett Parker [Thu, 20 Dec 2007 19:29:54 +0000 (19:29 +0000)]
* make mail messages multipart/alternative messages with a text/plain and
  text/html part
* create a seen database that logs wether or not we've seen an item before by
  using the url of the item as the key, then check the md5sum to see if we need
  to see that item anyways

16 years agoAdd a Message-ID header and set the type to the type of the content in the rss
Brett Parker [Thu, 20 Dec 2007 14:14:51 +0000 (14:14 +0000)]
Add a Message-ID header and set the type to the type of the content in the rss
feed.

16 years agoMuch better filename creation for the tmp file
Brett Parker [Thu, 20 Dec 2007 01:14:02 +0000 (01:14 +0000)]
Much better filename creation for the tmp file

16 years ago* Parsing of the RSS feed using feedparser
Brett Parker [Wed, 19 Dec 2007 20:09:30 +0000 (20:09 +0000)]
* Parsing of the RSS feed using feedparser
* Creation of files for the maildir

16 years agoCreate Maildirs and Maildir root if possible for the feeds
Brett Parker [Wed, 19 Dec 2007 14:40:35 +0000 (14:40 +0000)]
Create Maildirs and Maildir root if possible for the feeds

16 years agoStarting point of rss2maildir:
Brett Parker [Wed, 19 Dec 2007 10:58:03 +0000 (10:58 +0000)]
Starting point of rss2maildir:
    * Config parser
    * Options parser