Win7 Upgrade Guide: From Outlook Express to Thunderbird
- by Dennis Faas on 20100127 @ 07:54PM EST | google it | send to friends
- Filed under Software | Windows Tips | (related terms: thunderbird, outlook, file, import, emails)
Infopackets Reader Bill P. writes:
" Dear Dennis,
I finally made the plunge to Win7, thanks to your series of articles on upgrading from XP to Windows 7.
I noticed that Outlook Express is no longer part of Windows 7. Question: is there another email program similar to Outlook Express, and one that can import all my old Outlook Express emails for use on Windows 7? I've archived many Outlook Express emails over the years that I would still like to keep. "
My response:
I faced the exact same issue when I upgraded to Windows 7.
In short: Microsoft chose not to bundle an email program with Windows 7 because they want to re-brand MSN Messenger and Outlook Express (plus other programs) under one name, namely "Windows Live Essentials."
I had a chance to look at Windows Live Mail and, frankly, I didn't care for it. I chose to go with Mozilla Thunderbird as my default email client. Thunderbird is made by the same folks that make the Firefox web browser. It isn't exactly the same as Outlook Express, but it has a similar feel to it, with a lot more features and is updated regularly.
Importing Outlook Express Email to Thunderbird
Importing emails from Outlook Express to Thunderbird is simple because Thunderbird can read Outlook Express (.DBX) files natively. To import your Outlook Emails to thunderbird:
- Launch Thunderbird.
- Click Tools -> Import -> Mail, then select Outlook Express.
- Navigate to where your Outlook Express .DBX files are located. I will assume you backed them up before you installed Windows 7, obviously ;-)
- Thunderbird will then import your emails.
Importing Contacts into Thunderbird
The Windows Address Book (.WAB format) contains all your Outlook Express contacts. Unfortunately, Thunderbird does not support .WAB format, so you must convert them to another format (.LDIF) before you can import your contacts into Thunderbird.
To do the converison, I used a program called wabread that runs via the command line prompt.
Converting Windows Address Book to .LDIF Format
- Click Start -> Run, then type in "cmd" (no quotes) to open a command line.
This will open a Windows command prompt window.
- Change directory to where your .WAB file is stored via the command line. Assuming they are stored in C:\backup, the commands would be:
c:
cd \backup
- Download wabread-mingw-060901.zip and save it to the same folder as your .WAB address book file.
- Extract all files in wabread-mingw-060901.zip and store it in the same directory as the your .WAB address book file.
- Go back to the Windows command prompt window. From the command line, type in:
wabread *.wab >contacts.ldif
This will create contacts.ldif in your c:\backup folder (using the example above).
Importing your .LDIF Contacts File into Thunderbird
Now that your .WAB address book file is converted into .LDIF, you need to import the .LDIF file into Thunderbird. To do so:
- Open Thunderbird.
- Click Tools -> Import -> Address Books, then select Text File (LDIF).
- Navigate to where your .LDIF file is stored, select it, and click OK.
- Your contacts should be imported.
Hope that helps.
Free eBook: Getting Started: Your Guide to Windows 8. Windows 8 is arguably Microsoft's most daring Windows Operating system to date. Featuring an unusual tile-based Start screen that's optimized for touchscreen devices, Windows 8 is now available on all new computers, laptops and ultrabooks, and hybrid tablets. Whichever device you use Windows 8 on, you'll need to know a few things. First, how are you going to get the data from your current operating system to the new one? Second, you'll probably be wondering where Windows desktop has gone. Finally, you might be wondering: why did Microsoft remove the Start menu? This eBook answers all those questions, and more. Click here to download this eBook now! Note: this eBook is free, but registration is required; after that, you can select more ebooks and videos for download without registering again. If you have questions / problems with the registration form, please read this.

