Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Best e-mail archive tool

  1. #1
    Join Date
    May 2009
    Location
    Edinburgh, Scotland
    Beans
    127
    Distro
    Ubuntu

    Best e-mail archive tool

    Hi

    I'd like to download all the mail from an old web mail account I have into either Evolution or Thunderbird.

    As I like to do clean installs (not upgrades) when a new version of Ubuntu is released, I'd like some way of archiving all these old mails, and then being able to re-import them into Evolution or Thunderbird.

    What's the best way to do that?

    cheers

  2. #2
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Best e-mail archive tool

    Here is one approach I'm looking at myself .. not necessarily the "best" way ..

    http://www.enkive.org/

  3. #3
    psusi is offline Ubuntu addict and loving it
    Join Date
    Sep 2005
    Location
    Orlando, FL
    Beans
    3,980
    Distro
    Ubuntu Development Release

    Re: Best e-mail archive tool

    Just transfer the mail to a local folder, compact it, then back up the file.

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Best e-mail archive tool

    Having downloaded the one time, all the mail messages will be in the hidden folders .evolution and/or .thunderbird in your home. Simply backing up those two folders should do everything, along with all your contacts/address book etc etc.

    When you do a clean install of the next version of ubuntu, just copy those folders back into your home folder and everything will be there. Alternatively use a separate home partition and updating will suddenly become very much simpler.

    Do you need more?

  5. #5
    Join Date
    May 2009
    Location
    Edinburgh, Scotland
    Beans
    127
    Distro
    Ubuntu

    Re: Best e-mail archive tool

    Hi,

    I'm not sure how I transfer to a local folder? Ah it's OK I see the answer above now. Thanks all.

    cheers

  6. #6
    psusi is offline Ubuntu addict and loving it
    Join Date
    Sep 2005
    Location
    Orlando, FL
    Beans
    3,980
    Distro
    Ubuntu Development Release

    Re: Best e-mail archive tool

    Backing up all of .thunderbird will get the caches of the remote folders as well. Under .thunderbird there is a XXXX.profile directory that contains Mail/Local Folders. In there you will find foo and foo.msf files for each local folder ( foo ) in thunderbird. You only need to back up the main foo file for each folder you want to keep. The msf files are indexes to speed up access and will be regenerated when not found.

    When you reinstall, simply drop the mailbox files into your new .thunderbird/XXX.default/Mail/Local Folders/ directory, and they will show up when you open thunderbird.

  7. #7
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Best e-mail archive tool

    Quote Originally Posted by psusi View Post
    Backing up all of .thunderbird will get the caches of the remote folders as well. Under .thunderbird there is a XXXX.profile directory that contains Mail/Local Folders. In there you will find foo and foo.msf files for each local folder ( foo ) in thunderbird. You only need to back up the main foo file for each folder you want to keep. The msf files are indexes to speed up access and will be regenerated when not found.

    When you reinstall, simply drop the mailbox files into your new .thunderbird/XXX.default/Mail/Local Folders/ directory, and they will show up when you open thunderbird.
    Agreed!

    But if you want to make sure you have all the email account(s) info as well, you may as well backup and restore the whole .thunderbird folder

  8. #8
    Join Date
    Jan 2010
    Location
    Bela Bela, South Africa
    Beans
    49
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Best e-mail archive tool

    All my msf files are in the home folder, but when I try to import everything into Thunderbird, the only option I get is to import from Communicatorx.

    If I try to import mail only, the "import preferences" option does not activate, i.e. there is no way that I can select any preferences. The window says to import from: then there is just a "dead" window.

  9. #9
    psusi is offline Ubuntu addict and loving it
    Join Date
    Sep 2005
    Location
    Orlando, FL
    Beans
    3,980
    Distro
    Ubuntu Development Release

    Re: Best e-mail archive tool

    Quote Originally Posted by Jan Greeff View Post
    All my msf files are in the home folder, but when I try to import everything into Thunderbird, the only option I get is to import from Communicatorx.

    If I try to import mail only, the "import preferences" option does not activate, i.e. there is no way that I can select any preferences. The window says to import from: then there is just a "dead" window.
    You don't import them; you just drop the files back in the right place in the .thunderbird directory.

  10. #10
    Join Date
    Mar 2008
    Location
    England
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Best e-mail archive tool

    On your old system, run:

    Code:
    tar czvf thunderbird_backup.tar.gz ~/.thunderbird
    Then copy thunderbird_backup.tar.gz to a USB stick or whatever you're using to store your files during your reinstall.

    On your new system, drop it into your home folder and run:

    Code:
    mv .thunderbird thunderbird_old
    
    tar xvf thunderbird_backup.tar.gz
    The mv command is only necessary if you've opened thunderbird already on the new machine, since we don't want any new settings to interfere with the old profile.

    When you next start thunderbird you should get all your old stuff just like nothing's changed.
    My Website. Computing resources, photos, articles etc.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •