converts RSS/Atom newsfeeds to email
a free, open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / rss2email
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:mail/rss2email && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fix-tests.patch | 0000002213 2.16 KB | |
rss2email-3.14.tar.gz | 0000175600 171 KB | |
rss2email.changes | 0000013015 12.7 KB | |
rss2email.spec | 0000002803 2.74 KB |
Revision 33 (latest revision is 36)
Dirk Mueller (dirkmueller)
accepted
request 1040157
from
Dirk Mueller (dirkmueller)
(revision 33)
- update to 3.14: * New `digest-type` configuration adds optional more widely supported `multipart/mixed` format * New argument `--only-new` on the `add` command to ignore entries in feed when added, so only new entries will be sent. * Fix exception when parsing a feed with a linebreak in its title * Add a new `subject-format` setting, customise the subject line * Removed '$' interpolation in config file to allow URLs containing dollar signs. Interpolation was not fully supported, and the placeholder would not survive a second save. Config files with ${...} placeholders will need to be manually edited after upgrading, or a save forced by adding and removing a fake feed before upgrading. * Fix default HTTP User-Agent to use `rss2email` instead of `feedparser`, and fix `user-agent` setting to consistently apply to both outgoing emails and HTTP requests. This introduces a couple of potentially breaking changes: o Configurations that came to rely on the `feedparser` UA string should adjust to the updated UA string going forward. o Configurations that came to rely on the unintended behaviour, that configuring the User-Agent header in emails does not affect HTTP requests, should use a custom `post-process` hook instead.
Comments 0