Changes between Version 2 and Version 3 of gmail-export-email


Ignore:
Timestamp:
Aug 2, 2016, 6:15:43 PM (8 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gmail-export-email

    v2 v3  
    11= Export Email From Gmail =
     2
     3Before you export your Gmail data - empty your trash and your spam folders try to delete as much email as you can (that you don't want).
     4
     5Gmail will provide you with a single file with everything in it - which is probably more than you want and will be very slow and difficult to import.
    26
    37Google has a [https://support.google.com/accounts/answer/3024190 wiki page on downloading your data]. It directs you to login and then go to the [https://www.google.com/settings/takeout download your data page].
     
    59On this page, you can choose which data to download and what format to save it in. If you are not sure about the format, choose a zip file.
    610
    7 It seems to take a while for Google to send you the link.
     11It may take a while for Google to send you the link (like a day or more).
    812
    9 Once they do, unzip the link and you should have a file called....
     13Once they do, unzip the link and you should have a folder called Mail and inside that folder is a file called "All mail Including Spam and Trash.mbox".
    1014
    11 You can use this file to [wiki:roundcube-import-email import your email via roundcube].
     15If this file is more than 16MB (and it probably is), then you will need to split it up into smaller chunks before you can import it.
     16
     17You can download a [http://www.hjsplit.org/ multi-platform file splitter] to do the trick. However, it won't be perfect - It can create a series of 15 MB files for you. But, it won't split the files at the right place. Each file should start with a line that has:
     18
     19{{{
     20From
     21}}}
     22
     23It will be followed by the name or address of the person sending the email (note - this is different from lines that start with From:).
     24
     25So - you may need to manually adjust each file by adding the top portion of each file that preceeds the From line to the end of the previous file.
     26
     27Once you have your 15 MB files ready, tou can use this file to [wiki:roundcube-import-email import your email via roundcube].