How to Convert Andrew Message System Mail to Osx Mail

Open the OSX terminal, and put an MacMail archive into your current working directory., Each new message in an Andrew Message System archive begins with a "[27,"., Go into OSX's Mail program, and click "File->Import Mailboxes.", Select "Other,"...

9 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Open the OSX terminal

    You can identify it by the ".data" extension.
  2. Step 2: and put an MacMail archive into your current working directory.

    OSX Mail has an import option titled "Other" which requires that the first line be of the format "From [email protected] Thu Aug 16 15:40:28 1995" .

    You're going to substitute the former text string for the latter using the awk command.

    For an archive titled, "input_file.data"

    type the following in the terminal's command line: awk '{ gsub( /\[27,/,"From [email protected] Thu Aug 16 15:40:28 1995\n"); print }' input_file.data > cmu_mail.mbox , , Make sure that only the cmu_mail.mbox file has a checkmark next to it. ,
  3. Step 3: Each new message in an Andrew Message System archive begins with a "[27

  4. Step 4: Go into OSX's Mail program

  5. Step 5: and click "File->Import Mailboxes."

  6. Step 6: Select "Other

  7. Step 7: " click "Continue

  8. Step 8: " and the click into the directory containing the cmu_mail.mbox file.

  9. Step 9: You should now be able to access your ancient e-mails.

Detailed Guide

You can identify it by the ".data" extension.

OSX Mail has an import option titled "Other" which requires that the first line be of the format "From [email protected] Thu Aug 16 15:40:28 1995" .

You're going to substitute the former text string for the latter using the awk command.

For an archive titled, "input_file.data"

type the following in the terminal's command line: awk '{ gsub( /\[27,/,"From [email protected] Thu Aug 16 15:40:28 1995\n"); print }' input_file.data > cmu_mail.mbox , , Make sure that only the cmu_mail.mbox file has a checkmark next to it. ,

About the Author

K

Kimberly Jenkins

Committed to making pet care accessible and understandable for everyone.

79 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: