Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Import Thunderbird mailboxes in Entourage 2004?

25 views
Skip to first unread message

John_D

unread,
May 13, 2006, 1:41:24 AM5/13/06
to
I would like to import Thunderbird mailboxes containing a few thousand
messages in Entourage. I work on a pop mail server and I have to retain
the mail status of the messages e.g. read, unread , forwarded, replied
etc. in Entourage.
Does anyone know how to perform this correctly? Perhaps with an apple
script, plugin, something else..?

Allen Watson

unread,
May 13, 2006, 3:34:36 PM5/13/06
to
On 5/12/06 10:41 PM, in article
1147498884....@g10g2000cwb.googlegroups.com, "John_D"
<jupl...@yahoo.de> wrote:

You are in luck! With just a little effort, you can get Entourage to do this
for you, since Thunderbird uses MBOX type mailbox files.

1. Locate the Thuderbird folders you want to import. They live in
~/Library/Thunderbird/Profiles/default.bb1/Mail/Local Folders/; the mailbox
files are the ones with just the name of the folder, like "Inbox". This is
for my system; I'm not sure of the "default.bb1" part, but it's what shows
for me. You may have to poke around a bit to find the folders you want.

2. Entourage insists that mailbox files have the extension of ".mbx", so use
Cmd-D to make a copy of each folder you want to import, and then rename the
copy so it is, for instance, "Inbox.mbx". You also must set the file type to
TEXT; select the file(s) in Finder and run this script in Script Editor:

on run
try
tell application "Finder"
set theFiles to the selection
repeat with aFile in theFiles
set file type of aFile to "TEXT"
end repeat
end tell
on error theMsg
display dialog theMsg
exit repeat
end try
end run

3. In Entourage, use the File->Import menu, and specify that you want to
import mail from a mailbox file. You'll reach a file dialog; navigate to
your Thunderbird folders, and select one to import. You can import them one
folder at a time. Each imported folder will show up as a separate folder in
Entourage.

I tested this with a folder of 88 messages; worked great! It preserved
categories, attachments, pretty much everything, including read status.
However, it does NOT appear to preserve replied to info...and I don't think
you will get that in anything that exists.

John_D

unread,
May 15, 2006, 8:58:22 AM5/15/06
to
Hi Allen,
thanks a lot for this detailed how-to!
Allen Watson wrote:

> I tested this with a folder of 88 messages; worked great! It preserved
> categories, attachments, pretty much everything, including read status.
> However, it does NOT appear to preserve replied to info...and I don't think
> you will get that in anything that exists.

It worked as you wrote it except preserving mail message status
information. When I import my TB inbox in Entoruage, all my messages
appear as read, although there are several dozens of unread messages in
it.
In contrast to that priority and attachments are preserved fine.

I work with Entourage Update 11.2.3 on MacOS 10.3.9., perhaps this may
be a reason for not preserving the read/unread status?

Allen Watson

unread,
May 17, 2006, 1:02:20 PM5/17/06
to
On 5/15/06 5:58 AM, in article
1147697902.2...@u72g2000cwu.googlegroups.com, "John_D"
<jupl...@yahoo.de> wrote:

Nope; my bad. I imported a mailbox of all "read" messages, and since they
came in as "read" I figured the status was being copied correctly. I falsely
assumed that the default for messages being created would be "untouched".
Guess not! Too bad.

I also thought categories were coming through, but I realized just now that
Thunderbird does not have categories! What I was seeing were messages
getting tagged with categories by Entourage, because I have the preference
set in Address Book prefs to "Automatically match message categories to
sender categories". If I have a contact categorized as "Work", any messages
from that person are automatically categorized as "Work" also. And so on.
But that's happening within Entourage, not anything coming from Thunderbird
in the import.

I think this is about the best you can do.

0 new messages