<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rss2email</title>
	<atom:link href="http://www.allthingsrss.com/rss2email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allthingsrss.com/rss2email</link>
	<description>a free, open-source tool for Windows and UNIX for getting news from RSS feeds in email</description>
	<lastBuildDate>Tue, 23 Aug 2011 15:57:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mac OS, rss2email and scheduling with launchd</title>
		<link>http://www.allthingsrss.com/rss2email/2011/08/mac-os-rss2email-and-scheduling-with-launchd/</link>
		<comments>http://www.allthingsrss.com/rss2email/2011/08/mac-os-rss2email-and-scheduling-with-launchd/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:57:37 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=131</guid>
		<description><![CDATA[Just a little FYI if you encounter this: MacRumors user durlecs was having a problem scheduling rss2email with launchd, Mac OS&#8217;s built in replacement for cron and other UNIX services. It looks like he/she got it working in the end by adding the path to Python into the PATH environment variable.]]></description>
			<content:encoded><![CDATA[<p>Just a little FYI if you encounter this: MacRumors user durlecs was having a <a href="http://forums.macrumors.com/showthread.php?t=1216694" target="_blank">problem scheduling rss2email with launchd</a>, Mac OS&#8217;s built in replacement for cron and other UNIX services. It looks like he/she got it working in the end by adding the path to Python into the PATH environment variable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2011/08/mac-os-rss2email-and-scheduling-with-launchd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Version 2.71 Release plus Other Major Updates</title>
		<link>http://www.allthingsrss.com/rss2email/2011/03/version-2-71-release-plus-other-major-updates/</link>
		<comments>http://www.allthingsrss.com/rss2email/2011/03/version-2-71-release-plus-other-major-updates/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 18:03:11 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=123</guid>
		<description><![CDATA[Good news everyone! Two important tools that rss2email depends on have recently received major upgrades: feedparser and html2text. These should improve rss2email&#8217;s ability to handle feeds with poorly formed HTML and other weirdness. The rss2email application itself also needed to be upgraded some to support these. Changes in this version: Upgraded to feedparser v5.01! (http://code.google.com/p/feedparser/) [...]]]></description>
			<content:encoded><![CDATA[<p>Good news everyone! Two important tools that rss2email depends on have recently received major upgrades: <a href="http://code.google.com/p/feedparser/">feedparser</a> and <a href="https://github.com/aaronsw/html2text">html2text</a>. These should improve rss2email&#8217;s ability to handle feeds with poorly formed HTML and other weirdness.</p>
<p>The rss2email application itself also needed to be upgraded some to support these. Changes in this version:</p>
<ul>
<li>Upgraded to feedparser v5.01! (http://code.google.com/p/feedparser/)
<li>Upgraded to html2text v3.01! (https://github.com/aaronsw/html2text)
<li>Potentially safer method for writing feeds.dat on UNIX
<li>Handle via links with no title attribute
<li>Handle attributes more cleanly with OVERRIDE_EMAIL and DEFAULT_EMAIL
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2011/03/version-2-71-release-plus-other-major-updates/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>Version 2.70 Released</title>
		<link>http://www.allthingsrss.com/rss2email/2010/12/version-2-70-released/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/12/version-2-70-released/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 20:00:49 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=106</guid>
		<description><![CDATA[Version 2.70 of rss2email is now available for both Linux and Windows. Changes from the previous version: Improved handling of given feed email addresses to prevent mail servers rejecting poorly formed Froms Added X-RSS-TAGS header that lists any tags provided by an entry, which will be helpful in filtering incoming messages Complete list in the [...]]]></description>
			<content:encoded><![CDATA[<p>Version 2.70 of rss2email is now available for both <a href="http://www.allthingsrss.com/rss2email/rss2email-2.70.tar.gz">Linux</a> and <a href="http://www.allthingsrss.com/rss2email/rss2email-2.70.zip">Windows</a>.</p>
<p>Changes from the previous version:</p>
<ul>
<li>Improved handling of given feed email addresses to prevent mail servers rejecting poorly formed Froms
<li>Added X-RSS-TAGS header that lists any tags provided by an entry, which will be helpful in filtering incoming messages
</ul>
<p>Complete list in the official <a href="http://www.allthingsrss.com/rss2email/changelog">CHANGELOG</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/12/version-2-70-released/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Mac OS X and rss2email are Compatible</title>
		<link>http://www.allthingsrss.com/rss2email/2010/12/mac-os-x-and-rss2email-are-compatible/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/12/mac-os-x-and-rss2email-are-compatible/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 20:54:27 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=99</guid>
		<description><![CDATA[rss2email user Jon Thompson has reported that Linux rss2email works well under Mac OS X. This is good news, but not to surprising since Apple based OS X on UNIX. Technically the rss2email Linux package usually works on other UNIX-derived OSs, such as CentOS and BSD. They aren&#8217;t officially supported, but we usually try resolve [...]]]></description>
			<content:encoded><![CDATA[<p>rss2email user Jon Thompson has reported that Linux rss2email works well under Mac OS X. This is good news, but not to surprising since Apple based OS X on UNIX.</p>
<p>Technically the rss2email Linux package usually works on other UNIX-derived OSs, such as CentOS and BSD. They aren&#8217;t officially supported, but we usually try resolve incompatibilities if possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/12/mac-os-x-and-rss2email-are-compatible/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Minor correction to the minor correction: v2.69a released</title>
		<link>http://www.allthingsrss.com/rss2email/2010/12/minor-correction-to-the-minor-correction-v2-69a-released/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/12/minor-correction-to-the-minor-correction-v2-69a-released/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 18:04:20 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=95</guid>
		<description><![CDATA[Last week I made a slight change to the v2.69 rss2email packages, which can cause suspicion that they have been tampered with. To mitigate this, I put the original v2.69 files back in place and renamed the updated package set to v2.69a. Here is v2.69a: Linux and Windows And here is the original v2.69: Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I made a <a href="http://www.allthingsrss.com/rss2email/2010/12/minor-correction-to-v2-69-packages/">slight change to the v2.69 rss2email packages</a>, which can cause suspicion that they have been tampered with. To mitigate this, I put the original v2.69 files back in place and renamed the updated package set to v2.69a.</p>
<p>Here is v2.69a: <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69a.tar.gz">Linux</a> and <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69a.zip">Windows</a><br />
And here is the original v2.69: <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69.tar.gz">Linux</a> and <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69.zip">Windows</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/12/minor-correction-to-the-minor-correction-v2-69a-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Minor Correction to v2.69 Packages</title>
		<link>http://www.allthingsrss.com/rss2email/2010/12/minor-correction-to-v2-69-packages/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/12/minor-correction-to-v2-69-packages/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 17:47:58 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=88</guid>
		<description><![CDATA[The v2.69 rss2email packages contain an example config.py file that might accidentally overwrite an existing config.py file. To keep this from happening I&#8217;ve updated both the Linux and Windows by simply renaming the file to config.py.example.]]></description>
			<content:encoded><![CDATA[<p>The v2.69 rss2email packages contain an example config.py file that might accidentally overwrite an existing config.py file. To keep this from happening I&#8217;ve updated both the <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69.tar.gz">Linux</a> and <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69.zip">Windows</a> by simply renaming the file to config.py.example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/12/minor-correction-to-v2-69-packages/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Version 2.69 Released</title>
		<link>http://www.allthingsrss.com/rss2email/2010/11/version-2-69-released/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/11/version-2-69-released/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 18:45:08 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=85</guid>
		<description><![CDATA[Version 2.69 of rss2email is now available for both Linux and Windows. Changes from the previous version: Added support for connecting to SMTP server via SSL, see SMTP_SSL option Improved backwards compatibility by fixing issue with listing feeds when run with older Python versions Added selective feed email overrides through OVERRIDE_EMAIL and DEFAULT_EMAIL options Added [...]]]></description>
			<content:encoded><![CDATA[<p>Version 2.69 of rss2email is now available for both <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69.tar.gz">Linux</a> and <a href="http://www.allthingsrss.com/rss2email/rss2email-2.69.zip">Windows</a>.</p>
<p>Changes from the previous version:</p>
<ul>
<li>Added support for connecting to SMTP server via SSL, see SMTP_SSL option
<li>Improved backwards compatibility by fixing issue with listing feeds when run with older Python versions
<li>Added selective feed email overrides through OVERRIDE_EMAIL and DEFAULT_EMAIL options
<li>Added NO_FRIENDLY_NAME to from from address only without the friendly name
<li>Added X-RSS-URL header in each message with the link to the original item
</ul>
<p>Complete list in the official <a href="http://www.allthingsrss.com/rss2email/changelog">CHANGELOG</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/11/version-2-69-released/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Read RSS Feeds in Emacs</title>
		<link>http://www.allthingsrss.com/rss2email/2010/11/rss-in-emac/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/11/rss-in-emac/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 17:36:14 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=79</guid>
		<description><![CDATA[Emacs and rss2email user Erik Hetzner has written up a tutorial on how he integrated RSS feed reading into Emacs using rss2email.]]></description>
			<content:encoded><![CDATA[<p>Emacs and rss2email user Erik Hetzner has written up a tutorial on how he integrated <a href="http://www.emacswiki.org/emacs/HOWTOReadFeedsInEmacsViaEmail">RSS feed reading into Emacs</a> using rss2email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/11/rss-in-emac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 2.68 Released with Actual New Features</title>
		<link>http://www.allthingsrss.com/rss2email/2010/10/version-2-68-released-with-actual-new-features/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/10/version-2-68-released-with-actual-new-features/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 18:21:26 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=72</guid>
		<description><![CDATA[Unlike the last few versions of rss2email that have trickled out, I finally got around to adding a few new oft-requested features! Version 2.68 of rss2email is now available for both Linux and Windows. Changes from the previous version: Added ability to pause/resume checking of individual feeds through pause and unpause commands Added ability to [...]]]></description>
			<content:encoded><![CDATA[<p>Unlike the last few versions of rss2email that have trickled out, I finally got around to adding a few new oft-requested features! Version 2.68 of rss2email is now available for both <a href="http://www.allthingsrss.com/rss2email/rss2email-2.68.tar.gz">Linux</a> and <a href="http://www.allthingsrss.com/rss2email/rss2email-2.68.zip">Windows</a>.</p>
<p>Changes from the previous version:</p>
<ul>
<li>Added ability to pause/resume checking of individual feeds through pause and unpause commands</li>
<li>Added ability to import and export OPML feed lists through importopml and exportopml commands</li>
</ul>
<p>Complete list in the official <a href="http://www.allthingsrss.com/rss2email/changelog">CHANGELOG</a>.</p>
<p><strong>Pause/Unpause</strong></p>
<p>Through <code>r2e pause <em>n</em></code> where <em>n</em> is a feed number, you can temporarily suspend checking that feed for new content. To start checking it again, simply run <code>r2e unpause <em>n</em></code>. When you <code>r2e list</code>, an asterisk indicates that the feed is currently unpaused and active.</p>
<p><strong>OMPL Import/Export</strong></p>
<p><a href="http://en.wikipedia.org/wiki/OPML">OPML</a> is an XML format commonly used to exchange a list of RSS feeds between applications. <code>r2e opmlexport &gt; <em>filename</em></code> will give you a file that you can use to import your list of feeds into another application. If you&#8217;ve exported feeds from another application into a file, <code>r2e opmlimport <em>filename</em></code> will add those feeds to your rss2email feed list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/10/version-2-68-released-with-actual-new-features/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Version 2.67 Released</title>
		<link>http://www.allthingsrss.com/rss2email/2010/09/version-2-67-released/</link>
		<comments>http://www.allthingsrss.com/rss2email/2010/09/version-2-67-released/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 16:55:07 +0000</pubDate>
		<dc:creator>Lindsey Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.allthingsrss.com/rss2email/?p=62</guid>
		<description><![CDATA[Version 2.67 of rss2email is now available for both Linux and Windows, which includes the latest development version of feedparser. Changes from the previous version: Fixed entries that include an id which is blank (i.e., an empty string) were being resent Fixed some entries not being sent by email because they had bad From headers [...]]]></description>
			<content:encoded><![CDATA[<p>Version 2.67 of rss2email is now available for both <a href="http://www.allthingsrss.com/rss2email/rss2email-2.67.tar.gz">Linux</a> and <a href="http://www.allthingsrss.com/rss2email/rss2email-2.67.zip">Windows</a>, which includes the latest development version of feedparser. Changes from the previous version:</p>
<ul>
<li>Fixed entries that include an id which is blank (i.e., an empty string) were being resent</li>
<li>Fixed some entries not being sent by email because they had bad From headers</li>
<li>Fixed From headers with HTML entities encoded twice</li>
<li>Compatibility changes to support most recent development versions of feedparser</li>
<li>Compatibility changes to support Google Reader feeds</li>
</ul>
<p>Complete list in the official <a href="http://www.allthingsrss.com/rss2email/changelog">CHANGELOG</a>.</p>
<ul></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.allthingsrss.com/rss2email/2010/09/version-2-67-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.139 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-18 04:35:05 -->

