<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How should I convert a Thunderbird inbox into text files?</title>
	<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files/</link>
	<description>Comments on Ask MetaFilter post How should I convert a Thunderbird inbox into text files?</description>
	<pubDate>Fri, 14 Mar 2008 12:07:36 -0800</pubDate>
	<lastBuildDate>Fri, 14 Mar 2008 12:07:36 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How should I convert a Thunderbird inbox into text files?</title>
		<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files</link>	
		<description>What&apos;s the best way to export all of the emails in a Thunderbird inbox to text files, one text file per email?  &lt;br /&gt;&lt;br /&gt; I&apos;m planning on doing some linguistic analysis of emails and need to take a Thunderbird inbox and convert it into text files before I get to work. Google searches have revealed many mbox (which I think Thunderbird uses) parsers of, I am sure, varying quality. I&apos;d love to skip the endless trial and error stage and start with the perfect tool. What&apos;s the best way to convert a Thunderbird inbox to text files?&lt;br&gt;
&lt;br&gt;
ps - I&apos;m comfortable using Perl and Python if you guys think a scripting solution is best.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.86158</guid>
		<pubDate>Fri, 14 Mar 2008 11:57:48 -0800</pubDate>
		<dc:creator>eisenkr</dc:creator>
		
			<category>thunderbird</category>
		
			<category>inbox</category>
		
			<category>perl</category>
		
			<category>mbox</category>
		
			<category>scripting</category>
		
	</item> <item>
		<title>By: zippy</title>
		<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files#1272479</link>	
		<description>mbox is an old and well-understood format, so I&apos;d go with a solution that&apos;s been around for some time and trust it. &lt;br&gt;
&lt;br&gt;
Perl&apos;s &lt;a href=&quot;http://search.cpan.org/~dcoppit/Mail-Mbox-MessageParser-1.5000/lib/Mail/Mbox/MessageParser/Perl.pm&quot;&gt;MessageParser &lt;/a&gt; class should do what you want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86158-1272479</guid>
		<pubDate>Fri, 14 Mar 2008 12:07:36 -0800</pubDate>
		<dc:creator>zippy</dc:creator>
	</item><item>
		<title>By: bizwank</title>
		<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files#1272488</link>	
		<description>What OS? On XP, you can install a generic &quot;print to file&quot; printer, select all the messages in the Inbox and print them directly to individual text files using that printer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86158-1272488</guid>
		<pubDate>Fri, 14 Mar 2008 12:14:54 -0800</pubDate>
		<dc:creator>bizwank</dc:creator>
	</item><item>
		<title>By: gmarceau</title>
		<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files#1272526</link>	
		<description>Thunderbird stores mail as mbox, Sylpheed stores them as Maildir, which is essentially one file per message.&lt;br&gt;
&lt;br&gt;
So, if you just install Sylpheed and use the file/import to import your mbox file, you will be done.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86158-1272526</guid>
		<pubDate>Fri, 14 Mar 2008 12:34:45 -0800</pubDate>
		<dc:creator>gmarceau</dc:creator>
	</item><item>
		<title>By: good in a vacuum</title>
		<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files#1272604</link>	
		<description>I recently exported a few years&apos; worth of email to .eml format from Thunderbird using the &lt;a href=&quot;https://addons.mozilla.org/en-US/thunderbird/addon/2887&quot;&gt;SmartSave extension&lt;/a&gt;. An .eml file is basically a text file that includes some header information at the beginning. I think from there you could just do a batch rename of all your newly-created files (*.eml -&amp;gt; *.txt).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86158-1272604</guid>
		<pubDate>Fri, 14 Mar 2008 13:28:38 -0800</pubDate>
		<dc:creator>good in a vacuum</dc:creator>
	</item><item>
		<title>By: ochenk</title>
		<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files#1272617</link>	
		<description>good in a vacuum FTW!!&lt;br&gt;
&lt;br&gt;
I&apos;ve been looking to do this for a while. I just installed SmartSave, and it looks like it does great job. You can even configure it to use the .txt extension automatically.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86158-1272617</guid>
		<pubDate>Fri, 14 Mar 2008 13:40:27 -0800</pubDate>
		<dc:creator>ochenk</dc:creator>
	</item><item>
		<title>By: eisenkr</title>
		<link>http://ask.metafilter.com/86158/How-should-I-convert-a-Thunderbird-inbox-into-text-files#1272790</link>	
		<description>Thanks guys! Now I just have to strip out all the html people shove in their email and I&apos;ll be ready to go.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86158-1272790</guid>
		<pubDate>Fri, 14 Mar 2008 16:55:58 -0800</pubDate>
		<dc:creator>eisenkr</dc:creator>
	</item>
	</channel>
</rss>
