summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lindsey Smith [Fri, 9 Jun 2006 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.59
* Finally added oft-requested support for enclosures. Any enclosures,
such as a podcast MP3, will be listed under the entry URL
* Made feed timeout compatible with Python versions 2.2 and higher,
instead of v2.4 only
* Added optional, configurable CSS styling to HTML mail. Set
USE_CSS_STYLING=1 in your config.py to enable this. If you want to
tweak the look, modify STYLE_SHEET.
* Improved empty feed checking
* Improved invalid feed messages
* Unfortunately, rss2email is no longer compatible with Python
v2.1. Two of the most serious lingering issues with rss2email were
waiting forever for non-responsive feeds and its inablility to
properly handle feeds with international characters. To properly fix
these once and for all, rss2email now depends on functionality that
was not available until Python v2.2. Hopefully this does not unduly
inconvenience anyone that has not yet upgraded to a more current
version of Python.
Downloaded from:
http://web.archive.org/web/
20060708040414/http://rss2email.infogami.com/rss2email.py
and filtered through dos2unix.
Aaron Swartz [Fri, 7 Apr 2006 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.57
Merge various patches for reliability, clean up error messages and
typos, only log into SMTP server once.
Downloaded from:
http://web.archive.org/web/
20060527181033/http://www.aaronsw.com/2002/rss2email/rss2email-2.57.py
Aaron Swartz [Tue, 4 Apr 2006 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.56
SMTP AUTH, Windows support, HTML in titles. First version by Lindsey
Smith.
Downloaded from:
http://web.archive.org/web/
20060527181033/http://www.aaronsw.com/2002/rss2email/rss2email-2.56.py
Aaron Swartz [Wed, 3 Aug 2005 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.55
datetime parsing bug
Downloaded from:
http://web.archive.org/web/
20060215024552/http://www.aaronsw.com/2002/rss2email/rss2email-2.55.py
Aaron Swartz [Fri, 27 Aug 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.54
more errors.
Downloaded from:
http://web.archive.org/web/
20050214084518/http://www.aaronsw.com/2002/rss2email/rss2email-2.54.py
Aaron Swartz [Thu, 26 Aug 2004 12:01:00 +0000 (12:01 +0000)]
Add rss2email v2.53
typo errors.
Downloaded from:
http://web.archive.org/web/
20050214084518/http://www.aaronsw.com/2002/rss2email/rss2email-2.53.py
Aaron Swartz [Thu, 26 Aug 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.52
support html descriptions (tx Peter Vangorp), bonus header, override
from, python2.1 support, unicode headers (tx Lars Wirzenius), remove
extra comma, better error reporting.
Downloaded from:
http://web.archive.org/web/
20050214084518/http://www.aaronsw.com/2002/rss2email/rss2email-2.52.py
Aaron Swartz [Tue, 6 Jul 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.511
Typo bug with emails. Tx daniel.
Downloaded from:
http://web.archive.org/web/
20040825081604/http://www.aaronsw.com/2002/rss2email/rss2email-2.511.py
Aaron Swartz [Mon, 28 Jun 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.51
Fix crash on 2.1, 2.2 feed timeout.
Downloaded from:
http://web.archive.org/web/
20040825081604/http://www.aaronsw.com/2002/rss2email/rss2email-2.51.py
Aaron Swartz [Fri, 25 Jun 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.5
HTML mail, SMTP, feedparser 3.0, and html2text 2.0 support.
Downloaded from:
http://web.archive.org/web/
20040825081604/http://www.aaronsw.com/2002/rss2email/rss2email-2.5.py
Aaron Swartz [Mon, 8 Mar 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.32
Fix crash on empty feed list.
Downloaded from:
http://web.archive.org/web/
20040825081604/http://www.aaronsw.com/2002/rss2email/rss2email-2.32.py
Aaron Swartz [Mon, 16 Feb 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.31
Fix FORCE_FROM handling.
Downloaded from:
http://web.archive.org/web/
20040825081604/http://www.aaronsw.com/2002/rss2email/rss2email-2.31.py
Aaron Swartz [Wed, 11 Feb 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.3
Far more robust. Fix for Unicode crash. Use guid instead of link for
seen frame. (Warning: resends!)
Downloaded from:
http://web.archive.org/web/
20040803080251/http://www.aaronsw.com/2002/rss2email/rss2email-2.3.py
Aaron Swartz [Mon, 2 Feb 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.28
--no-send option for run, fixed FORCE_FROM. Tx Alan D.
Downloaded from:
http://web.archive.org/web/
20040416224157/http://www.aaronsw.com/2002/rss2email/rss2email-2.28.py
Aaron Swartz [Sun, 1 Feb 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.27
DATE_HEADER option, better error reporting, `r2e list` doesn't lock,
fix for no-download crash. Tx Alan D.
Downloaded from:
http://web.archive.org/web/
20040416221243/http://www.aaronsw.com/2002/rss2email/rss2email-2.27.py
Aaron Swartz [Fri, 30 Jan 2004 12:03:00 +0000 (12:03 +0000)]
Add rss2email v2.26
Fix for typo, email replacement. Added VERBOSE, FORCE_FROM options and
redirect support. Tx Alan D., Pete Prodoehi, Matej.
Downloaded from:
http://web.archive.org/web/
20040416223613/http://www.aaronsw.com/2002/rss2email/rss2email-2.26.py
Aaron Swartz [Fri, 30 Jan 2004 12:02:00 +0000 (12:02 +0000)]
Add rss2email v2.25
Quote email address names. Tx Alan Danziger, qmail.
Downloaded from:
http://web.archive.org/web/
20040416224003/http://www.aaronsw.com/2002/rss2email/rss2email-2.25.py
Aaron Swartz [Fri, 30 Jan 2004 12:01:00 +0000 (12:01 +0000)]
Add rss2email v2.24
Possible fix for process leak. Tx Alan Danziger.
Downloaded from:
http://web.archive.org/web/
20040416223252/http://www.aaronsw.com/2002/rss2email/rss2email-2.24.py
Aaron Swartz [Fri, 30 Jan 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.23
Fix for empty link tags.
Downloaded from:
http://web.archive.org/web/
20040416224442/http://www.aaronsw.com/2002/rss2email/rss2email-2.23.py
Aaron Swartz [Thu, 29 Jan 2004 12:02:00 +0000 (12:02 +0000)]
Add rss2email v2.22
Fix for config file bug.
Downloaded from:
http://web.archive.org/web/
20040416223231/http://www.aaronsw.com/2002/rss2email/rss2email-2.22.py
Aaron Swartz [Thu, 29 Jan 2004 12:01:00 +0000 (12:01 +0000)]
Add rss2email v2.21
Pls upgrade. Added QP support, fix for empty GUIDs, and fix for major
default email bugs.
Downloaded from:
http://web.archive.org/web/
20040416223154/http://www.aaronsw.com/2002/rss2email/rss2email-2.21.py
Aaron Swartz [Thu, 29 Jan 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.2
Added default email support, backwards-compatible. Tx Matej Cepl.
Downloaded from:
http://web.archive.org/web/
20040223224555/http://www.aaronsw.com/2002/rss2email/rss2email-2.2.py
Aaron Swartz [Wed, 28 Jan 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.1
Minor bugs, config file support, email tweaks. Patch by Joey Hess.
Downloaded from:
http://web.archive.org/web/
20040416221800/http://www.aaronsw.com/2002/rss2email/rss2email-2.1.py
Aaron Swartz [Wed, 28 Jan 2004 12:00:00 +0000 (12:00 +0000)]
Add rss2email v2.0
Mostly rewritten.
Downloaded from:
http://web.archive.org/web/
20040416222743/http://www.aaronsw.com/2002/rss2email/rss2email-2.0.py