Import From File System

summary: This page describes the procedure to import archived email from your filesystem into ZOË.

The Process

  1. Get your email into Mbox Format files. If you need help with this see Converting To Mbox.
  2. Put all your email to be imported into your ~/Library/ folder or whereever you've set your preference to (they're in Mbox Format, right?).
  3. In ZOË go to the preference panel (under ZOË on the main page).
  4. Click on one of your accounts.
  5. Click on IMPORT button.
  6. ZOË will then check your ~/Library/ folder for any mbox files and import them.

Important Notes:

Tips and Tricks

for UNIX based mailer file:

Berkley mail format is close enough to .mbox that it can be imported directly:
		foreach FILE ( * )
		foreach? echo ${FILE}
		foreach? mv ${FILE} ${FILE}.mbox
		foreach? end
  • N.B.: simply renaming the files--as the script above does--will not change them to mbox format.

for Outlook Express 5.0 or 6.0 on Windows:

for Mozilla on Windows:


return to Importing Mail
proceed to Import Via Attachments