Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

We're trying to convert a user's email mailbox from Apple Mail to Outlook 2010.

We copied the files off the mac, and they are mostly directories that end in .mbox and contain a folder called Messages containing .emlx files.

The .mbox extension on the folders initially made me think that these messages were in the mbox format, but after some research I found that the mbox format is actually a single file, so that rules out it being in that format.

share|improve this question

2 Answers

You can find a description of the format based on an reengineering effort here:

It has three parts:

  1. The length of part 2, in bytes
  2. The message itself
  3. Message metadata (XML Property List)
share|improve this answer

There was a question on Stack Overflow where the answer linked to a program to convert to mbox format.

It appears to be proprietary and therefore not well documented in the public domain.

share|improve this answer
But the format doesn't have a name? – leeand00 Jun 29 '12 at 19:08
2  
Well I think it's just called EMLX – conorgriffin Jun 30 '12 at 8:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.