<?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>gHacks technology news &#187; dbx files</title>
	<atom:link href="http://www.ghacks.net/tag/dbx-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Outlook Express Email Extraction</title>
		<link>http://www.ghacks.net/2009/04/10/microsoft-outlook-express-email-extraction/</link>
		<comments>http://www.ghacks.net/2009/04/10/microsoft-outlook-express-email-extraction/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 20:24:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[dbx]]></category>
		<category><![CDATA[dbx files]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[eml]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook express]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/10/microsoft-outlook-express-email-extraction/</guid>
		<description><![CDATA[Microsoft Outlook Express emails are stored in so called dbx files named after the folder in the email program with the exception of folders.dbx which contains information about all Outlook folders. The dbx files are not really accessible by normal means, the only possible way is to either use Microsoft Outlook or extract the messages [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/outlook.jpg" alt="outlook" title="outlook" width="150" height="147" class="alignleft size-full wp-image-11890" />Microsoft Outlook Express emails are stored in so called dbx files named after the folder in the email program with the exception of folders.dbx which contains information about all Outlook folders. The dbx files are not really accessible by normal means, the only possible way is to either use Microsoft Outlook or extract the messages from the dbx file to be able to access them directly.</p>
<p><a href="http://code.google.com/p/undbx/">UnDBX</a> is a command line utility that can extract the email messages found in Microsoft Outlook dbx files. It extracts them into the more versatile eml format which can then be accessed and viewed in text editors or email clients. The eml format is more widely supported which means it can also be opened (or imported) in various email clients.</p>
<p>The command to extract dbx files is <strong>undbx DBX-DIRECTORY OUTPUT-DIRECTORY</strong>. The program will automatically extract email messages of all dbx files in the selected directory. The developer added a vbs script (Visual Basic) that offers a graphical user interface for the same process. It will display a file browser that can be used to selected the source directory that has to contain the dbx files and a destination directory for the eml files.</p>
<p><span id="more-11892"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/outlook_express_emails-500x115.jpg" alt="outlook express emails" title="outlook express emails" width="500" height="115" class="alignnone size-medium wp-image-11891" /></p>
<p>UnDBX is a small command line tool that can be useful in certain situations. The developer has created it to facilitate fast incremental backups of .dbx files. Other tools that might be of interested are the <a href="http://www.ghacks.net/2008/05/20/outlook-express-message-extractor/">Outlook Express Message Extractor</a> and the <a href="http://www.ghacks.net/2009/02/02/windows-live-mail-and-microsoft-outlook-mail-viewer/">Windows Live Mail And Microsoft Outlook Mail Viewer</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/dbx/" title="dbx" rel="tag">dbx</a>, <a href="http://www.ghacks.net/tag/dbx-files/" title="dbx files" rel="tag">dbx files</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-client/" title="email client" rel="tag">email client</a>, <a href="http://www.ghacks.net/tag/eml/" title="eml" rel="tag">eml</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/outlook-express/" title="outlook express" rel="tag">outlook express</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/02/windows-live-mail-and-microsoft-outlook-mail-viewer/" title="Windows Live Mail And Microsoft Outlook Mail Viewer (February 2, 2009)">Windows Live Mail And Microsoft Outlook Mail Viewer</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/08/outlook-express-password-recovery/" title="Outlook Express Password Recovery (August 8, 2008)">Outlook Express Password Recovery</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/20/outlook-express-message-extractor/" title="Outlook Express Message Extractor (May 20, 2008)">Outlook Express Message Extractor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/microsoft-outlook-display-and-save-email-attachments/" title="Microsoft Outlook: Display And Save Email Attachments (March 11, 2009)">Microsoft Outlook: Display And Save Email Attachments</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/19/microsoft-outlook-quickbooks-addin/" title="Microsoft Outlook Quickbooks Addin (January 19, 2009)">Microsoft Outlook Quickbooks Addin</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/10/microsoft-outlook-express-email-extraction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
