Export to Mail.app: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(content taken from Thunderbird : Tips : Mac with minimal editing)
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
No formal tool exists to export your Thunderbird mail to Mail.app on Mac OS X. However, Thunderbird users may have a need to do this for one reason or another. Try the following:
: ''This article was originally written for Thunderbird but also applies to Mozilla Mail.''


* Navigate to <tt>~/Library/Thunderbird/Profiles/youruserprofile/Mail/Local Folders/</tt>
==Messages==
The best way to move your Thunderbird mailboxes to Mail.app on Mac OS X used to be "Eudora Mailbox Cleaner" - it will import all mailboxes (or a hierarchy of mailboxes like your complete '''~/Library/Thunderbird/Profiles/youruserprofile/Mail/Local Folders/''' folder) to Mail.app. The advantage of this over using Mail's own import feature is
* Message status flags (read, replied, ...) will be preserved, deleted message in mailboxes which have not been compacted in Thunderbird will not be imported
* Import of mailboxes with mixed or non-unix end-of-line characters will work correctly (Mail's import would lump several messages into on large message in this case)
 
The problem is that "Eudora Mailbox Cleaner is a PowerPC application and requires Rosetta to run on Intel machines. This means that Eudora Mailbox Cleaner will not run on systems with MacOS X 10.7 (Lion) or higher"
 
You can download Eudora Mailbox Cleaner from its [http://andreasamann.com/MacOSX/Eudora_Mailbox_Cleaner.html homepage]. After mounting the disk image, you simply drop you mailbox (or mailbox hierarchy) onto the application's icon and wait for the conversion to finish. You will see your imported mailboxes in Mail after restarting Mail. If you are using Mac OS X 10.4.x, the imported mailboxes will initially appear empty - select "Mailbox &rarr; Rebuild" from the menu to force Mail to index the imported mailboxes and add the messages to the SQlite database storage it uses.
 
The formerly suggested manual method consists of the following steps:
 
* Navigate to '''~/Library/Thunderbird/Profiles/youruserprofile/Mail/Local Folders/'''
* Identify mailboxes you seek to use in Mail.app.
* Identify mailboxes you seek to use in Mail.app.
* Each mailbox has three pieces to it - i.e. "inbox.sbd", "inbox.msf" and "inbox" with no extension.
* Each mailbox has three pieces to it - i.e. "inbox.sbd", "inbox.msf" and "inbox" with no extension.
Line 8: Line 19:
* Open Mail.app and select "File Import", choose "Other" and navigate to the desktop and click "Choose".
* Open Mail.app and select "File Import", choose "Other" and navigate to the desktop and click "Choose".
* Your mailbox(es) should appear in the import window and will import into Mail.app.
* Your mailbox(es) should appear in the import window and will import into Mail.app.
If the above procedure doesn't work, see the [[Export mail into Outlook (Express) or Apple Mail]] article.
==Address books==
Click on the Address Book button in Thunderbird, and select an address book. Export it using Tools -> Export as a .LDIF file. Open the Apple Address Book, click on File ->Import -> Text File, chose LDIF, and then select the .LDIF file. Rearrange the fields as desired and then press OK.
If you're moving from Windows to OSX you could use [http://mysite.verizon.net/zakharin/software/Dawn/ Dawn]  to convert the address book files (abook.mab, history.mab etc.) to vCards and import them instead.
==See also==
* [[Importing and exporting your mail]]
==External links==
* [http://kb.wisc.edu/wiscmail/page.php?id=4449#import_client A article about importing and exporting address books between different e-mail clients]
[[Category:Migration (mail)]]

Latest revision as of 04:15, 12 December 2017

This article was originally written for Thunderbird but also applies to Mozilla Mail.

Messages

The best way to move your Thunderbird mailboxes to Mail.app on Mac OS X used to be "Eudora Mailbox Cleaner" - it will import all mailboxes (or a hierarchy of mailboxes like your complete ~/Library/Thunderbird/Profiles/youruserprofile/Mail/Local Folders/ folder) to Mail.app. The advantage of this over using Mail's own import feature is

  • Message status flags (read, replied, ...) will be preserved, deleted message in mailboxes which have not been compacted in Thunderbird will not be imported
  • Import of mailboxes with mixed or non-unix end-of-line characters will work correctly (Mail's import would lump several messages into on large message in this case)

The problem is that "Eudora Mailbox Cleaner is a PowerPC application and requires Rosetta to run on Intel machines. This means that Eudora Mailbox Cleaner will not run on systems with MacOS X 10.7 (Lion) or higher"

You can download Eudora Mailbox Cleaner from its homepage. After mounting the disk image, you simply drop you mailbox (or mailbox hierarchy) onto the application's icon and wait for the conversion to finish. You will see your imported mailboxes in Mail after restarting Mail. If you are using Mac OS X 10.4.x, the imported mailboxes will initially appear empty - select "Mailbox → Rebuild" from the menu to force Mail to index the imported mailboxes and add the messages to the SQlite database storage it uses.

The formerly suggested manual method consists of the following steps:

  • Navigate to ~/Library/Thunderbird/Profiles/youruserprofile/Mail/Local Folders/
  • Identify mailboxes you seek to use in Mail.app.
  • Each mailbox has three pieces to it - i.e. "inbox.sbd", "inbox.msf" and "inbox" with no extension.
  • Take the file with no extension, hold down the option key (so it also stays in the folder) and drag it to the desktop.
  • Rename with ".mbox" as file extension, for example "inbox" becomes "inbox.mbox".
  • Open Mail.app and select "File Import", choose "Other" and navigate to the desktop and click "Choose".
  • Your mailbox(es) should appear in the import window and will import into Mail.app.

If the above procedure doesn't work, see the Export mail into Outlook (Express) or Apple Mail article.

Address books

Click on the Address Book button in Thunderbird, and select an address book. Export it using Tools -> Export as a .LDIF file. Open the Apple Address Book, click on File ->Import -> Text File, chose LDIF, and then select the .LDIF file. Rearrange the fields as desired and then press OK.

If you're moving from Windows to OSX you could use Dawn to convert the address book files (abook.mab, history.mab etc.) to vCards and import them instead.

See also

External links