<?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>weird kid software</title>
	<atom:link href="http://www.weirdkid.com/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weirdkid.com/blog</link>
	<description>tools to help you convert, import, export and extract email</description>
	<lastBuildDate>Fri, 11 May 2012 15:38:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>FAQ: Why is the Google Apps uploader slow?</title>
		<link>http://www.weirdkid.com/blog/2012/05/11/faq-why-is-the-google-apps-uploader-slow/</link>
		<comments>http://www.weirdkid.com/blog/2012/05/11/faq-why-is-the-google-apps-uploader-slow/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:38:23 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Emailchemy FAQ]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=1995</guid>
		<description><![CDATA[You should be getting at least a message per second, but sometimes the upload seems to be unbearably slow. There are a number of factors that could be limiting the speed of the upload: The speed of your home internet &#8230; <a href="http://www.weirdkid.com/blog/2012/05/11/faq-why-is-the-google-apps-uploader-slow/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You should be getting at least a message per second, but sometimes the upload seems to be unbearably slow. There are a number of factors that could be limiting the speed of the upload:</p>
<ul>
<li> The speed of your home internet connection uplink is much slower than your downlink.  Most home users have between 256kbps (kilobits per second) and 1mbps up, regardless of how fast their download speed is.  A speed of 256kbps would give a max upload speed about 32K (kilobytes) per second.   If you aren&#8217;t sure what your uplink speed is, try a network speed test here: http://www.speakeasy.net/speedtest/</li>
<p></p>
<li> Google imposes quotas and throttles on the upload of messages, but it never says exactly how much.  Basically, Google doesn&#8217;t want you to upload too many messages per minute nor too many messages per day.  So, if the uploader is going too fast, or if Google&#8217;s upload servers are too busy, Google will start rejecting messages with a &#8220;service unavailable&#8221; message.  When this happens, Emailchemy waits a second and then retries the message upload.  If you exceed the max allowed for a given 24 hour period, no amount of retrying will work until the quota resets.</li>
<p></p>
<li>The Google message upload protocol is also a bit wasteful in that as a confirmation to each message uploaded it sends the entire message back to the upload program. This isn&#8217;t a huge problem for small messages, but, especially if you have attachments, it can add up.</li>
<p></p>
<li>Anything else your internet connection being used for while doing the upload will impact the performance too.  So, a good thing to do is to avoid file downloads or any kind of streaming from the internet to computers on your home LAN at the time you are doing the upload.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2012/05/11/faq-why-is-the-google-apps-uploader-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On converting Exchange-style addresses to SMTP format</title>
		<link>http://www.weirdkid.com/blog/2012/03/08/on-converting-exchange-style-addresses-to-smtp-format/</link>
		<comments>http://www.weirdkid.com/blog/2012/03/08/on-converting-exchange-style-addresses-to-smtp-format/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 17:05:12 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=1502</guid>
		<description><![CDATA[When email is sent between 2 people with accounts on an Exchange email server, the email addresses that are used are not the typical and familiar SMTP-style email addresses. An Exchange user&#8217;s SMTP email address may be joe.bob@somecompany.com, but Exchange &#8230; <a href="http://www.weirdkid.com/blog/2012/03/08/on-converting-exchange-style-addresses-to-smtp-format/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When email is sent between 2 people with accounts on an Exchange email server, the email addresses that are used are not the typical and familiar SMTP-style email addresses.  An Exchange user&#8217;s SMTP email address may be joe.bob@somecompany.com, but Exchange uses an address that is based on X.400 (or X.500) and this user&#8217;s address would look like this: /O=SOME_COMPANY/OU=EXCHANGE_GOUP_1/CN=RECIPIENTS/CN=JOEBOB</p>
<p>And, when the Exchange client stores the email message, for example, when Outlook writes the message in the PST file, the client often stores the Exchange-style address only.  The SMTP version of the email address is simply not written in the message record.</p>
<p>When you go to migrate this email to another email app, this can be a problem if you are not moving your mail to another Exchange server environment.  Maybe you are converting an old PST file to something you can read in Thunderbird or Gmail, for example. The problem is that the original SMTP address is not in the source data and there is no direct mapping of the Exchange-style address to a SMTP address. So, Emailchemy handles this 3 different ways:</p>
<p>1) Include the Exchange-style addresses as-is. This preserves the original data, but the address won&#8217;t be routable by SMTP in downstream processing, of course.  And, it might actually cause some email clients to not render the message correctly.</p>
<p>2) Try to convert it to SMTP-style. Emailchemy will create a valid-formatted SMTP address out of content found in the Exchange-style address.  It will look like user@company, where company will be the org name from the Exchange address, but it won&#8217;t have a .com or .net at the end and the address won&#8217;t be routable.  In our example above, it would generate joebob@somecompany. This will keep downstream email clients from breaking, and you&#8217;ll have an idea who this is, but you won&#8217;t be able to send email to this address.</p>
<p>These first 2 options are selectable in the Emailchemy GUI and CLI.  This last one is in the API only.</p>
<p>3) Emailchemy&#8217;s API has a callback function that you can implement to do a lookup of the SMTP address in an Active Directory server</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2012/03/08/on-converting-exchange-style-addresses-to-smtp-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emailchemy 11.2.1 released</title>
		<link>http://www.weirdkid.com/blog/2012/01/24/emailchemy-11-2-1-released/</link>
		<comments>http://www.weirdkid.com/blog/2012/01/24/emailchemy-11-2-1-released/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 03:39:01 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=1243</guid>
		<description><![CDATA[Last night we released Emailchemy 11.2.1, a minor update, including these changes: Excludes RSS feeds from Apple Mail conversions Fixed registration issue on Solaris 11 Improved IMAP server performance Improved compatibility of IMAP server with Outlook 2010 for Windows RSS &#8230; <a href="http://www.weirdkid.com/blog/2012/01/24/emailchemy-11-2-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night we released Emailchemy 11.2.1, a minor update, including these changes:</p>
<ul>
<li>Excludes RSS feeds from Apple Mail conversions</li>
<li>Fixed registration issue on Solaris 11</li>
<li>Improved IMAP server performance</li>
<li>Improved compatibility of IMAP server with Outlook 2010 for Windows</li>
</ul>
<p>RSS feeds in Apple Mail are now stored as mail archives, which is confusing, because RSS feeds are not email messages. So, just as Emailchemy ignores Usenet newsgroups (some older email clients included them &#8211; kids, ask your parents), Emailchemy now ignores the RSS feeds.</p>
<p>The registration issue on Solaris 11 was interesting, since fixing it required figuring out how and where to install Solaris 11 for testing. It turns out it&#8217;s pretty easy to get it running on Oracle&#8217;s VirtualBox. </p>
<p>Emailchemy&#8217;s embedded IMAP server had an issue with Outlook 2010 for Windows only, when nested folder paths exceeded a length of 115 characters (which is a lot longer than it sounds). So if you were trying to use the IMAP server with Outlook 2010 but it was stalling at deeply nested folders, please try it now.</p>
<p>A few users have recently complained that the IMAP server is slow.  It&#8217;s not meant to be a high-performance mail server; it only implements enough of the IMAP spec to allow you to download email from it.  However, we did improve processing speed a bit by making some changes to how the server breaks a tight loop (to give other processes time to execute).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2012/01/24/emailchemy-11-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emailchemy 11.2 released</title>
		<link>http://www.weirdkid.com/blog/2011/12/18/emailchemy-11-2-released/</link>
		<comments>http://www.weirdkid.com/blog/2011/12/18/emailchemy-11-2-released/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 16:32:36 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Emailchemy]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=1118</guid>
		<description><![CDATA[We released Emailchemy 11.2 this week. It includes improvements in several converters and a new feature for helping recover from crashed Google Apps uploads. Better handling of AOL HTML content Entourage converter now includes and identifies both original and user-edited &#8230; <a href="http://www.weirdkid.com/blog/2011/12/18/emailchemy-11-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We released Emailchemy 11.2 this week.  It includes improvements in several converters and a new feature for helping recover from crashed Google Apps uploads.</p>
<ul>
<li>Better handling of AOL HTML content</li>
<li>Entourage converter now includes and identifies both original and user-edited subjects</li>
<li>Fixed blank attachment names from PST files</li>
<li>Improved handling of corrupt Claris Emailer 2 databases</li>
<li>New option for manually deleting the Google Apps Uploader history file</li>
</ul>
<p>This is a free update for all current v11 users.  For users of older Emailchemy versions, the upgrade is free if you purchased after June 17, 2010 (within 1 year of the release of v11). If you purchased before June 17, 2010, send us an email to get a 50% off renewal coupon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2011/12/18/emailchemy-11-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emailchemy 11.1.2 released</title>
		<link>http://www.weirdkid.com/blog/2011/10/09/emailchemy-11-1-2-released/</link>
		<comments>http://www.weirdkid.com/blog/2011/10/09/emailchemy-11-1-2-released/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 15:04:57 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=477</guid>
		<description><![CDATA[This update is mainly to fix some minor bugs, but also to return Emailchemy on Mac OS X to a &#8220;universal&#8221; binary. The last few builds of the Emailchemy app for Mac have been for Intel-based Macs only, but now &#8230; <a href="http://www.weirdkid.com/blog/2011/10/09/emailchemy-11-1-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This update is mainly to fix some minor bugs, but also to return Emailchemy on Mac OS X to a &#8220;universal&#8221; binary.  The last few builds of the Emailchemy app for Mac have been for Intel-based Macs only, but now it works on both Intel and the older PowerPC Macs.</p>
<p>The bugs that were fixed were only a problem in very rare cases, for example, if you were converting Japanese emails with extremely long subject lines, or if you were converting Outlook Express 4 for Mac files where the mail folder names had a slash (&#8220;/&#8221;) in the name.</p>
<p>Work continues on the Outlook 2011 native converter, and in this release there is a converter for the new .olk14MsgSource files. The rest of the format will be done in a coming soon release.  For now, you can use the Outlook 2011 for Mac OLM file converter to get your mail out of Outlook 2011. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2011/10/09/emailchemy-11-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emailchemy MemoryBoost 1.2 Released</title>
		<link>http://www.weirdkid.com/blog/2011/08/14/emailchemy-memoryboost-1-2-released/</link>
		<comments>http://www.weirdkid.com/blog/2011/08/14/emailchemy-memoryboost-1-2-released/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 21:34:21 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=282</guid>
		<description><![CDATA[Emailchemy MemoryBoost lets you give Emailchemy more working memory for big email conversions. Emailchemy ships with enough for most situations, but if you have huge email files to convert, for example a 5GB PST file or a 9GB OML file, &#8230; <a href="http://www.weirdkid.com/blog/2011/08/14/emailchemy-memoryboost-1-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.weirdkid.com/blog/wp-content/uploads/2011/08/memhat-256-nt.png"><img src="http://www.weirdkid.com/blog/wp-content/uploads/2011/08/memhat-256-nt-200x200.png" alt="" title="memhat-256-nt" width="200" height="200" class="alignleft size-medium wp-image-287" /></a>Emailchemy MemoryBoost lets you give Emailchemy more working memory for big email conversions. Emailchemy ships with enough for most situations, but if you have huge email files to convert, for example a 5GB PST file or a 9GB OML file, you should give this a try.</p>
<p>This version of Emailchemy MemoryBoost adds compatibility with 64-bit Java running on 64-bit Windows, and the executables are now signed so Windows will let you run them more easily.  Emailchemy MemoryBoost remains completely free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2011/08/14/emailchemy-memoryboost-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emailchemy 11.1 Released</title>
		<link>http://www.weirdkid.com/blog/2011/08/12/emailchemy-11-1-released/</link>
		<comments>http://www.weirdkid.com/blog/2011/08/12/emailchemy-11-1-released/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 15:47:00 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=280</guid>
		<description><![CDATA[Emailchemy 11.1 adds support for converting Apple Mail 5 email. Apple Mail 5 was introduced with Mac OS X 10.7 &#8220;Lion&#8221; and it stores messages differently than the previous versions. We also recently released 11.0.1 which added support for using &#8230; <a href="http://www.weirdkid.com/blog/2011/08/12/emailchemy-11-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Emailchemy 11.1 adds support for converting Apple Mail 5 email.  Apple Mail 5 was introduced with Mac OS X 10.7 &#8220;Lion&#8221; and it stores messages differently than the previous versions.  </p>
<p>We also recently released 11.0.1 which added support for using Emailchemy&#8217;s built-in IMAP server with Apple Mail 5.  We don&#8217;t normally like doing 2 releases in a single week, but the 11.0.1 went out quickly with a fix to help a customer who was dealing with some corrupt Apple Mail folders.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2011/08/12/emailchemy-11-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emailchemy 11.0 Released</title>
		<link>http://www.weirdkid.com/blog/2011/06/16/emailchemy-11-0-released/</link>
		<comments>http://www.weirdkid.com/blog/2011/06/16/emailchemy-11-0-released/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 02:48:22 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Emailchemy]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=167</guid>
		<description><![CDATA[Emailchemy 11 introduces support for Outlook Mac 2011 OLM files. It also adds features to the Google Apps Uploader command line tool for more control over scripted migrations. Use the coupon code V11PROMO before June 19 to save $18.95 off &#8230; <a href="http://www.weirdkid.com/blog/2011/06/16/emailchemy-11-0-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Emailchemy 11 introduces support for Outlook Mac 2011 OLM files. It also adds features to the Google Apps Uploader command line tool for more control over scripted migrations.</p>
<p>Use the coupon code V11PROMO before June 19 to save $18.95 off the regular price.  That means you can get the <em>Personal Edition &#8211; Individual</em> license for just $11!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2011/06/16/emailchemy-11-0-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Emailchemy 10.1 Released</title>
		<link>http://www.weirdkid.com/blog/2011/02/12/emailchemy-10-1-released/</link>
		<comments>http://www.weirdkid.com/blog/2011/02/12/emailchemy-10-1-released/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 19:02:28 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Emailchemy]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=165</guid>
		<description><![CDATA[Emailchemy 10.1 was released with these changes: Improved IMAP server performance &#8211; faster imports New Google Apps Uploader feature to fixes Gmail&#8217;s Sent folder for uploaded mail New option for better handling of international characters in folder names The new &#8230; <a href="http://www.weirdkid.com/blog/2011/02/12/emailchemy-10-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Emailchemy 10.1 was released with these changes:</p>
<ul>
<li>Improved IMAP server performance &#8211; faster imports</li>
<li>New Google Apps Uploader feature to fixes Gmail&#8217;s Sent folder for uploaded mail</li>
<li>New option for better handling of international characters in folder names</li>
</ul>
<p>The new Google Apps Uploader feature requires a bit of an explanation.  In Gmail, there is no notion of a &#8220;Sent&#8221; folder.   Yes, there is a link you can click that says &#8220;Sent Mail&#8221; which will show you mail that you sent, but it&#8217;s not a folder in the sense that there are specific messages put into a container (i.e. a folder) of messages.  The subtle though important difference in how Gmail&#8217;s Sent Items link works is that it does a real-time search of all your email messages and shows you a list of all of the messages that have your gmail.com email address (or Google Apps address) in the &#8220;From: &#8221; header.  Effectively, this is the same as having a real &#8220;Sent&#8221; folder, but it breaks if you try to import messages into Gmail.</p>
<p>Why? Because if you are importing email into Gmail (or Google Apps), the email you have sent from your previous mail accounts will have your old email address in the &#8220;From:&#8221; header field of each sent message and they won&#8217;t show up in the search results you see when you click the &#8220;Sent Mail&#8221; link in Gmail.  As far as Gmail is concerned, they just aren&#8217;t &#8220;sent&#8221; messages.</p>
<p>So, when you do see your old sent messages in Gmail, Gmail will think they are received messages and display them as such in the list, showing your old email address in the &#8220;name field of the message list (because you were the sender, remember).  </p>
<p>Gmail only shows three fields in the message list: the sender, the subject and the date &#8212; and you can&#8217;t change this as you might be able to in Outlook or Thunderbird.  Sure, Emailchemy can upload your sent messages into Gmail and then tag them with the name of the folder they came from, so these messages appear to be in a folder called &#8220;Sent Items&#8221; or &#8220;Sent&#8221;, but Gmail will still display these messages with the same 3 fields: sender (you), subject and date.  Not helpful at all when you are trying to find an old email you sent to your boss.</p>
<p>In Emailchemy 10.1, we introduced a new option on the Google Apps Uploader tool: &#8220;Re-write sender of messages in &#8216;Sent&#8217; folder to force them into Gmail &#8216;Sent Mail&#8217;&#8221;.  When you check this box, Emailchemy will change the &#8220;From:&#8221; field of all your sent messages to contain your new Google Apps email address. Then, &#8220;Sent Mail&#8221; will work as it should, showing all your old sent messages too.  This option has been added to the command line version of the Google Apps Uploader too.</p>
<p>Emailchemy 10.1 is a free update for all licensed users of Emailchemy 10.0. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2011/02/12/emailchemy-10-1-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Emailchemy 10 released</title>
		<link>http://www.weirdkid.com/blog/2010/11/29/emailchemy-10-released/</link>
		<comments>http://www.weirdkid.com/blog/2010/11/29/emailchemy-10-released/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 18:19:02 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Emailchemy]]></category>

		<guid isPermaLink="false">http://www.weirdkid.com/blog/?p=158</guid>
		<description><![CDATA[Emailchemy 10 was released just before the US Thanksgiving Holiday. This is a major update to Emailchemy that includes several new email format converters, including: CompuServe for Windows (WinCIM) Outlook .MSG files Outlook for Mac versions 8 &#038; 2001 (not &#8230; <a href="http://www.weirdkid.com/blog/2010/11/29/emailchemy-10-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.weirdkid.com/products/emailchemy">Emailchemy 10</a> was released just before the US Thanksgiving Holiday.  This is a major update to <a href="http://www.weirdkid.com/products/emailchemy">Emailchemy</a> that includes several new email format converters, including:</p>
<ul>
<li>CompuServe for Windows (WinCIM)</li>
<li>Outlook .MSG files</li>
<li>Outlook for Mac versions 8 &#038; 2001 (not 2011)</li>
<li>Outspring Mail</li>
<li>Windows Live Mail</li>
<li>Windows Mail</li>
</ul>
<p>It&#8217;s important to point out that the Outlook for Mac support we&#8217;ve added is only for the very old versions of Outlook for Mac and not for the new version just released in Office 2011 for Mac.  These were versions of Outlook for Mac that existed before Entourage, and they used a variation of the PST file for storage.  We are working on the Outlook 2011 for Mac formats and hope to release support for them soon.</p>
<p>We&#8217;ve also simplified the download and install process by no longer requiring you to log-in to a web site to download updates.  Now, just download the update directly from the main <a href="http://www.weirdkid.com/products/emailchemy">Emailchemy</a> web page.</p>
<p><a href="http://www.weirdkid.com/products/emailchemy">Emailchemy</a> version 10 is a free update for anyone who bought <a href="http://www.weirdkid.com/products/emailchemy">Emailchemy</a> in the past 12 months. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.weirdkid.com/blog/2010/11/29/emailchemy-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

