Commit graph

13 commits

Author SHA1 Message Date
schmonz
c9904bebf8 Update to 2.59. From the changelog:
- Total rewrite of email code that should fix encoding problems

- Added configurable timeout for nonresponsive feeds

- Fixed incorrectly using text summary_detail instead of html content

- Fixed bug with deleting feed 0 if no default email was set

- Print name of feed that is being deleted

- 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.
2006-07-01 19:32:40 +00:00
schmonz
8746ca937d Update to 2.57. From the changelog:
* Merge various patches for reliability
* Clean up error messages and typos
* Only log into SMTP server once
* SMTP AUTH
* Windows support
* HTML in titles
2006-04-09 17:01:55 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
schmonz
a446183f71 Depend on py-html2text rather than downloading our own copy. Bump
PKGREVISION.
2005-12-03 00:49:36 +00:00
schmonz
1d290df283 The r2e shell script now has a versioned filename. No user-visible change. 2005-08-06 20:25:54 +00:00
schmonz
0504617212 Update to rss2email 2.55 (fixed datetime parsing). While here,
update to html2text 2.23 (fix for Python 2.1).
2005-08-03 17:19:26 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
schmonz
436c14a14a Update to 2.54 (and html2text-2.21). Bug fixes. 2004-08-28 07:50:24 +00:00
schmonz
2e549301c8 Update to 2.53 (and to html2text 2.2).
Changes in 2.52:

Fixes include better error handling and support for HTML descriptions,
Unicode headers, and Python 2.1. The most notable new feature is
that textwrapping is back. To turn it on:

echo "BODY_WIDTH = 78" >> config.py

Other new options include BONUS_HEADER (for mailing lists) and
OVERRIDE_FROM. (Check the top of rss2email.py for details on usage.)

Thanks to Peter Vangorp, Lars Wizenius, Martin "Joey" Schulze,
Ricardo Reyes, and everyone else who contributed a suggestion or
bug report.

Changes in 2.53:

Fix a mistake left in 2.52 by accident.
2004-08-27 04:46:29 +00:00
schmonz
5f691e20da Update to 2.511. From the changelog:
* Typo bug with emails.
2004-07-07 18:38:12 +00:00
schmonz
c99fb73652 Update to 2.51. From the changelog for 2.5:
* An HTML mail option.
* SMTP support.
* html2text 2.0.
* A gaggle of bug fixes.
* A gaggle of small improvements.

And for 2.51:

* Fixes a crash in older versions of Python on slow feeds.

pkgsrc changes:

* Set the versions of rss2email.py and html2text.py in one place.
2004-06-30 20:19:35 +00:00
schmonz
82f39c2142 Import rss2email 2.32.
rss2email is a simple Python script that lets you subscribe to a
list of XML newsfeeds and get new items sent to you by email.

The man page and sample config file are from the Debian package.
2004-06-27 23:00:34 +00:00