<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Backing up your email</title>
	<atom:link href="http://pythonconquerstheuniverse.wordpress.com/2012/02/13/backing-up-your-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://pythonconquerstheuniverse.wordpress.com/2012/02/13/backing-up-your-email/</link>
	<description>Adventures across space and time with the Python programming language</description>
	<lastBuildDate>Sat, 04 May 2013 20:54:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Rasjid</title>
		<link>http://pythonconquerstheuniverse.wordpress.com/2012/02/13/backing-up-your-email/#comment-1745</link>
		<dc:creator><![CDATA[Rasjid]]></dc:creator>
		<pubDate>Sat, 11 Aug 2012 10:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://pythonconquerstheuniverse.wordpress.com/?p=1532#comment-1745</guid>
		<description><![CDATA[If all your emails are accessed through a web interface with your provider, you still have a backup issue, just a different one.  I was with an ISP once which was bought out by another ISP.  One of sysadmins with the original ISP was not happy with the offer made by the ISP doing the buying and trashed some / all of the mail servers.  I believe that much was restored from backups, but not all.  Mail was lost.  ISPs are not infallible.]]></description>
		<content:encoded><![CDATA[<p>If all your emails are accessed through a web interface with your provider, you still have a backup issue, just a different one.  I was with an ISP once which was bought out by another ISP.  One of sysadmins with the original ISP was not happy with the offer made by the ISP doing the buying and trashed some / all of the mail servers.  I believe that much was restored from backups, but not all.  Mail was lost.  ISPs are not infallible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wu</title>
		<link>http://pythonconquerstheuniverse.wordpress.com/2012/02/13/backing-up-your-email/#comment-1349</link>
		<dc:creator><![CDATA[Wu]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 12:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://pythonconquerstheuniverse.wordpress.com/?p=1532#comment-1349</guid>
		<description><![CDATA[FYI, if you want to create a quick backup of your emails, you can use this small python script to save your emails to an mbox file using IMAP:

http://wiki.e-shell.org/IMAPFolderBackupTool

The mbox file can be g&#124;bzipped later to save some space or added to some incremental backup procedure you would be using.

The script is a bit old, but works fine (at least for me)]]></description>
		<content:encoded><![CDATA[<p>FYI, if you want to create a quick backup of your emails, you can use this small python script to save your emails to an mbox file using IMAP:</p>
<p><a href="http://wiki.e-shell.org/IMAPFolderBackupTool" rel="nofollow">http://wiki.e-shell.org/IMAPFolderBackupTool</a></p>
<p>The mbox file can be g|bzipped later to save some space or added to some incremental backup procedure you would be using.</p>
<p>The script is a bit old, but works fine (at least for me)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
