Import/Export Mail messages

Can anyone tell me how to export all my email messages from Mail from one computer to another?
Ie, from an iMac G5 to a MacBook.
All I seem to be able to achieve is copying the application and not the actual email messages.

Folders You Can Move to Your new Mac
From the Home folder copy the contents of Documents, Movies, Music, Pictures, and Sites.
In your /Home/Library/ folder:
/Home/Library/Application Support/AddressBook (copy the whole folder)
/Home/Library/Application Support/iCal (copy the whole folder)
Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
/Home/Library/Keychains (copy the whole folder)
*/Home/Library/Mail (copy the whole folder)*
*/Home/Library/Preferences/com.apple.mail.plist (* This is a very important file which contains all email account settings and general mail preferences.)*
/Home/Library/Preferences/ copy any preferences needed for third-party applications
/Home /Library/iTunes (copy the whole folder)
/Home /Library/Safari (copy the whole folder)
If you want cookies:
/Home/Library/Cookies/Cookies.plist
/Home/Library/Application Support/WebFoundation/HTTPCookies.plist
For Entourage users:
Entourage is in /Home/Documents/Microsoft User Data
Also in /Home/Library/Preferences/Microsoft
For FireFox:
/Home/Library/Applications Support/FireFox
/Home/Library/Preferences/org.mozilla.firefox.plist
Credit goes to another forum user for this information.

Similar Messages

  • Exporting Mail Messages and Addresses to Outlook

    Hello,
    I have had to move my wife from her 12" PB to a WinTel (XP Pro) box (to be compatible with a school network and application suite). Yes, an unfortunate downgrade, but the school "encourages" it - i.e., the Mac is unspported.
    She has about 1,200 emails on the Mac that I'd like to export to the dreaded Outlook. Trouble is, there doesn't appear to be any way to get the mail messages out of Mail.
    Does anybody know how I could do this so that she'd have all her emails in Outlook and would be able to reply to them?
    Thanks!

    Tried exporting entire folder from Mac mail, (drag folder to desktop = makes an .MBOX file). Shortened filename.MBOX but PC Outlook still refuses it.
    According to Entourage Help, expor is also an .MBOX file, so no go either. But! note below in E. help:
    • If your Windows-based program cannot import messages as an MBOX-format text file, you can copy individual messages instead. To copy an individual message, save it as a SimpleText text document or an Entourage e-mail message and copy the file to the Windows-based computer. Then import the message as a text (.txt) file or an e-mail message (.eml) file, depending on the format in which you saved the message.
    DRAT! Individual messages, not the entire folder. Bummer. Am searching for a workable method for whole folders, will post if I find a solution.

  • Simple AppleScript to export Mail messages to FileMaker DB?

    Hello everyone,
    I'm using a product called "Mail Archiver X" to archive messages from Apple Mail into a custom FileMaker database ("eMailViewerX" - this is the target database that comes with Mail Archiver and is required for the process), from where I copy these messages to my main message archive (another FileMaker DB).
    While that process works, it is kind of clumsy (Apple Mail > Mail Archiver X > FileMaker DB #1 > FileMaker DB #2) - and it breaks every time when there is a new version of Apple Mail or OS X until "Mail Archiver X" has been updated by the developer.
    So I'm looking for a more simple solution: an AppleScript that will export all messages from exactly one folder ("To Archive") in Apple Mail (4.5/Snow Leopard or 5.0/Lion) as a simple CSV or .tab file, with the following data per line:
    Message Sender*
    Message Receiver*
    Sent Date
    Sent Time
    Subject
    Body
    * Separation of name and e-mail address would be cool, but I understand this may not (always) be possible.
    The only tricky part may be the conversion of carriage returns in the e-mail messages' body into the special character FileMaker expects in TAB or CSV files. In BBEdit, this is shown as \x{0B} (UTF8: 0B). So there would have to be a Find/Replace for that in the script.
    This does not have to be free (although I wouldn't mind - I'd gladly pay for something that is simple and reliable.
    If someone knows about such a script or is willing to write it, I would really appreciate it.
    TL;DR: I want to export all messages from an Apple Mail folder to a FileMaker-readable CSV file.

    You haven't fully specified the problem:
    It's not clear what to do when there are multiple recipients of an email
    You didn't say precisely what Filemaker fields you wanted in the file, nor what order you wanted them in, nor whether you needed a header row in the text file
    That being said, what you want is a script somewhat like the following (with many things still needing to be adjusted):
    set archiveFolder to "To Archive"
    set tab_delFilePath to "Path:to:tab_del file"
    set tab_delText to {}
    tell application "Mail"
              set messagesToArchive to every message of mailbox archiveFolder
              repeat with thisMessage in messagesToArchive
                        set thisEntry to {}
                        tell thisMessage
                                  set {itsSender, itsRecipients, itsDate, itsSubject, itsText} to {sender, recipients, date received, subject, content}
                                  set {senderName, senderAddress} to {extract name from sender, extract address from sender}
                                  if senderName = senderAddress then set senderName to ""
      -- get date parts
                                  set itsDateString to short date string of itsDate
                                  set itsTimeString to time string of itsDate
      -- there may be multiple recipients; create list
                                  set {recipientName, recipientAddress} to {{}, {}}
                                  repeat with thisRecipient in recipients
                                            tell thisRecipient
                                                      set recipientName's end to name
                                                      set recipientAddress's end to address
                                            end tell
                                  end repeat
      -- convert carriage returns to linefeeds in message body; unicode 0B is ascii 11, which is linfeed
                                  set itText to my tid(my tid(itsText, return), linefeed)
                                  set thisEntry to {senderName, senderAddress, itsDateString, itsTimeString, itsSubject, my tid(recipientName, ","), my tid(recipientAddress, ","), itsText}
                        end tell
                        set end of tab_delText to my tid(thisEntry, tab)
              end repeat
    end tell
    set tab_delText to tid(tab_delText, return)
    set fp to open for access tab_delFilePath with write permission
    write tab_delText to fp
    close access fp
    on tid(input, delim)
      -- a subroutine for handling text item delimiters
              set {oldTID, my text item delimiters} to {my text item delimiters, delim}
              if class of input is list then
                        set output to input as text
              else
                        set output to text items of input
              end if
              set my text item delimiters to oldTID
              return output
    end tid
    it's a place to start, anyway. 
    If you want to dangle money in front of my eyes, send me an email and I'll get it set up properly on your system (including automating the process and importing the data directly into your filemaker database).

  • Export Mail Messages!

    Hello,
    I was wondering is there a fast way to export my mail messages to a folder on my desktop then upload it to my hard drive? I know i can just drag and drop one message at a time but like i can't drag the folder to the desktop! How can I bypass it or so?
    Thanks,
    Kash_Money

    Not sure exactly what you are trying to do. Are you desiring to do a backup or are you moving Mail from one installation to another?
    Regards,
    Steve M.

  • How to import old mail messages

    Hi all
    I have a new iMac. I have setup all my email accounts already. However I have about 2000 old email messages saved on two external hard drives ( through backups)
    How can I import and seamlessly integrate the old mail messages into the new iMac ?
    Thanks

    The normal method depends upon how you backed up your old mail. If you backed up the entire Mail folder and its content then use Mail's Import Mail option under the File menu. Select the Apple Mail option then click on the OK button. Navigate in the File Open dialog to the /Mail/Mailboxes/ folder. Select and click on the Open button. Check the mailboxes you wish to import then click on the Import button. Your mailboxes will appear in Mail's sidebar under the Imported Mail heading.

  • Export mail message as PDF Applescript for mail rules

    I have looked everywhere for this and found nothing. I don't have 40 hours to learn applescript myself but from the little I do know this should be possible. Probably easy.
    I want to created an applescript to run as a mail rule. I want the script to export the message as a PDF and move that PDF to a specified folder. Hazel can take it from there.
    for instance:
    Fedex sends me a email message that my shipment has been delivered.
    mail rule kicks in and runs the script
    script creates a PDF of the message
    message is moved to "fedex delivered" folder

    I found a workaround, though there must be something neater.
    I added this before my script
    tell application "System Events"
              tell process "Mail"
                        tell menu bar 1
                                  tell menu bar item "View"
                                            tell menu "View"
                                                      tell menu item "Sort By"
                                                                tell menu "Sort By"
                                                                          click menu item "Subject"
                                                                end tell
                                                      end tell
                                            end tell
                                  end tell
                        end tell
              end tell
    end tell
    then the same except "Date" instead of "Subject".
    My script does what i want now.

  • How to export mail message body data detectors information, not address bok

    Is there anyway to export Apple mail's "data detectors" information within the message body other than to the address book? I don't want to export the other non detector information contained in the body of the message. I would also like to include From, Subject and Date. Preferably the export result would be in a organized comma format.
    Any suggestions?
    Thanks in advance.

    James,
    Two routes to try come to mind, the first being Applescript. Mail is obviously "aware" of the info contained in the detectors, and of course it knows all about what is contained in the header. You can probably use Applescript to extract the desired data, placing it in a Text Edit document. It has been some time since I haves used Applescript myself, so I won't be much help in guiding you. Regardless, you would need to teach yourself how to use Applescript, even with assistance.
    The other route to take would be to drag these emails out of Mail to the Finder, creating standard text files. You could then handle them in one of the command line text editors- scripted, of course- to extract and format the needed data. Again, this is something you'd need to explore on your own.
    Since these messages all have the same formatting, it is simply a matter of identifying the data you need, then placing that data in a properly formatted text document. Generally speaking, this is part and parcel of what both Applescript be text editors do.
    Scott

  • IPhone - Discerning High Importance/Urgent Mail Messages

    Help! I have an iPhone 3G S. I can see my work email (MS Hosted Exhcange) on my unit, but I can't figure out how to discern when I get a High Importance/Urgent message. Like on Outlook it gives you an exclamation point. Any suggestions?
    Thanks much.

    The iPhone mail app treats all emails equally. The importance rating thing is an Outlook thing.

  • Export Mail messages as PDF - missing extension

    When exporting messages as PDF files, the resulting files don't seem to become proper PDF files. They show up as some generic file, illegible for Quick View and ignored by many applications as being a PDF. Forcing applications to open them as a PDF reveals that there's nothing wrong inside of it. So all it needs is a correct extension (whether or not it is shown). Adding the ".pdf" extension manually or by some batch conversion utility, immediately renders the PDF correctly.

    I figured it out.
    There was a setting in my pdf that had adobe layers on. I turned it off.
    All good now!

  • Import statement not found for javax.mail.Message

    when i'm in webSphere shich is using jdk1.4.2,
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Session;
    import javax.mail.internet.AddressException;
    import javax.mail.internet.InternetAddress;
    cannot be found
    Where would the Mail classes be located?
    Thank you

    mail.jar and activation.jar, which can be downloaded here:
    http://java.sun.com/products/javamail/downloads/index.html
    http://java.sun.com/products/javabeans/jaf/downloads/index.html

  • Mail Message Import Hanging in Max OSX 10.8

    I have just purchased a new iMac and cannot import my mail messages. It is hanging on 920 of 14000 each time. Does anyone know how to overcome this problem? I have read through some of the threads on this and tried some of the recommendations but am now close to throwing my new mac out of the window in frustration! Can anyone help? Many thanks

    highlight the email and press BACKSPACE on your keyboard.

  • Trouble importing mail messages

    After some software trouble (repaired by Apple technitions) I now need to import my Mail messages back into the Mail program but the process does not move beyond the second scree "Preparing to import messages". I waited a better part of 40 minutes without any change.

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click the line below on this page to select it:
    ~/Library/Mail/V2/MailData/Envelope Index
    Copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens (command-V), then press return.
    A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open. Other files in the folder may have names that begin with "Envelope Index". Move those files, if any, to the Trash.
    Log out and log back in. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is corrupt and that Mail has to quit. Click OK.
    Test. If Mail now works as expected, you can delete the file you moved to the Desktop. Otherwise, post your results.

  • Import javax.mail not found problem

    I have downloaded the most recent mail.jar and activation.jar files and have created a library w/in JDev called javamail and have added these jars to that library. I have also included this library in my ViewController Project. The problem I am having is that the following imports statements are not found by JDev:
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Multipart;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    When I open up the mail.jar I can find all of these classes, so why are these imports not being recongnized?
    I have also tried import javax.mail.*; to include everthing and this does not work either.
    Does anyone have any suggestions on how to trouble shoot this issue?

    Try to add the J2EE library - which is predefined in JDeveloper- to your project's libraries.
    Worked for me.

  • Javax.mail.message.recipienttype not found

    Hi,
    I use jdev10g and i want to send a mail message.
    Here's a little snip of my class for sending a mail.
    Jdeveloper gives me a error about Message.RecipientType.TO.
    "Member 'RecipientType' not found in javax.mail.Message"
    import javax.mail.Message;
    message.addRecipient(Message.RecipientType.TO,
    new InternetAddress(to));
    I've installed the javamail-1.1.3 API.
    In my project properties -> libraries, i've added this library with the correct path to the jar file.
    I'm sure that this API have this Message class.
    What is going wrong, have i missed something ???
    Greetings,
    Peter

    Hi! Srikanth,
    1. I checked MailerEJB.deploy under "Dependency Analyzer",
    I checked activation.jar and mail.jar under the J2EE node.
    I did the same for the MailerJSP.deploy.
    2. I used same jdeveloper version and jdk 1.3.1_06.
    3. I did a clean deploy for the ejb and mailerjsp.deploy
    4. I recompiled and run the jpr,
    from the message window, I got:
    C:\jdeveloper\jdk\bin\javaw.exe -ojvm -classpath C:\oc4j\samples\ejb\EJBCallsJSP\classes;C:\oc4j\samples\ejb\EJBCallsJSP;C:\jdeveloper\jdev\lib\jdev-rt.jar;C:\jdeveloper\j2ee\home\lib\activation.jar;C:\jdeveloper\j2ee\home\lib\ejb.jar;C:\jdeveloper\j2ee\home\lib\jaas.jar;C:\jdeveloper\j2ee\home\lib\jaxp.jar;C:\jdeveloper\j2ee\home\lib\jcert.jar;C:\jdeveloper\j2ee\home\lib\jdbc.jar;C:\jdeveloper\j2ee\home\lib\jms.jar;C:\jdeveloper\j2ee\home\lib\jndi.jar;C:\jdeveloper\j2ee\home\lib\jnet.jar;C:\jdeveloper\j2ee\home\lib\jsse.jar;C:\jdeveloper\j2ee\home\lib\jta.jar;C:\jdeveloper\j2ee\home\lib\mail.jar;C:\jdeveloper\j2ee\home\oc4j.jar;C:\jdeveloper\jdbc\lib\classes12.jar;C:\jdeveloper\jdbc\lib\nls_charset12.jar oracle.otnsamples.ejbcallsjsp.mailclient.MailClientSample
    I didn't see any error from this message window.
    5. The no provider for smtp error is prompted from the mail client.
    From above settings and running the application, I couldn't figure out where the error was coming from ?
    Thanks
    David

  • Export messages from Entourage - import to Mail.app

    How can I export my messages from Entourage and then import into Mail.app?

    I'd like to see this too. I got a new job and CAN NOT get MAIL to work, but the account settings work in ENTOURAGE. I ONLY NEED TO IMPORT THE EMAIL ACCOUNT - NOT the contacts, calendar, etc.
    CAN I IMPORT AN EMAIL ACCOUNT - (NOT a "Mailbox")
    HELP & THANKS!

Maybe you are looking for

  • Error message. Please help Eagle project lost.

    Please wait... If this message is not eventually replaced by the proper contents of the document your PDF viewer may not be able to display this type of document. You can upgrade to the latest version of Adobe Reader for Mac by visiting http://www.ad

  • I can only import HDV with Apple Intermediate Codec!!!!

    Hello, I want to get to the bottom of this. I have HDV film shot on a DV tape. I cannot import this HDV footage, it appears to be importing, but the moment I hit "escape" to stop capture, I realize nothing was actually importing. I usually end up wit

  • CS5 Crashing when saving or opening files

    Mac OS X 10.7.5 It started after installing trial version of Astute VectorScribe 2. I deleted the plugin, per Astute YouTube instructions. I have also done the following. Quit Illustrator. Went to User/username/Library/Preferences/ Adobe illustrator

  • How to authorize my Login.jsp file to create LoginContext, deployed in war

    I am currently doing a login process and I need to know how to give my Login.jsp file the permission to create a LoginContext. I packaged everything in a war file and deployed it to the server. Specifically this is the error that I am getting: type E

  • Update Locations for Customer accounts

    Hi all, I am trying to use TCA update_location API to update location information for customer accounts. I know that the tables involved here are the following: HZ_PARTIES HZ_LOCATIONS HZ_PARTY_SITES HZ_CUST_ACCOUNTS I'm trying to find a way where I