Hi “scumqueen” 🙂
The first thing you should do is verify/repair the startup disk (not just permissions), as described here:
The Repair functions of Disk Utility: what's it all about?
Also, make sure you have enough available disk space (several GB).
The file format used by Mail changed drastically in Mac OS X 10.4 (Tiger). Mail 2.x knows about the old data format and can import mailboxes created by Mail 1.x, but Mail 1.x knows nothing about the new data format used by Mail 2.x.
Mail’s mailboxes are located in
~/Library/Mail/. Although
*.mbox packages appear to be files in Mac OS X 10.3, they’re actually folders just like in Mac OS X 10.4. In the Finder, ctrl-click on an
*.mbox package and choose
Show Package Contents from the contextual menu to see the files it contains.
For each mailbox, Mail 1.x stores all the messages in a single file in standard mbox format (the
mbox file within the
*.mbox folder/package), whereas Mail 2.x stores messages in individual
*.emlx files within a
Messages folder that Mail 1.x knows nothing about.
What you can see in Mail 1.x now is the mail that was there when you upgraded to Mac OS X 10.4 (Tiger). Mail 2.x converts mailboxes to the new format without removing the files used by Mail 1.x — see
Mac OS X 10.4 Mail: Some mailbox files used by Mac OS X 10.3 are not deleted after importing.
You need something like
emlx to mbox Converter or
Emailchemy to convert the
*.emlx files to standard mbox format in order to be able to import them (as
Other / Standard mbox) in Mail 1.x.
Alternatively, upgrading to Mac OS X 10.4 should make the mail stored in the new
*.emlx format (which Mail 1.x doesn’t recognize) to be available again.
Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.