HOWTO_transfer_from_mbox_to_gmail
| Installation • Kernel & Hardware • Networks • Portage • Software • System • X Server • Gaming • Non-x86 • Emulators • Misc |
CLI
This method works best with Linux when coupled with `find`. It has been completely tested with an average thunderbird setup and works 100%! Yay for 'it works'!
- Visit the old GMail Loader (GML) page
- Download gml-0.4
- Upackage it with 7-zip or `mkdir gml; tar xvf gml-0.4.tar -C gml`
- Run it in the form gml.exe mbox "C:\Documents and Settinsg\%USER%\Application Data\.mozilla\thunderbird\Local Folders\Inbox.msf" JohnDoe75@gmail.com
Linux
Install like so:
emerge gml
This beats the heck out of uploading 100 different folders: You'll have to create this script because `find` won't pass a variable more than once.
#mbox2gmail.sh:
#/bin/bash
#User Settings
MAILFILE=${1}
GMAILTO="JohnDoe75@gmail.com"
#Commands
/usr/bin/python /usr/local/bin/gml.py mbox "${MAILFILE}" ${GMAILTO}
mkdir -p gmailed/`dirname "${MAILFILE}"`
mv "${MAILFILE}" gmailed/"${MAILFILE}"
And now run find:
find ~/.mozilla-thunderbird/default.rnd/Local\ Folders/ -type f -exec mbox2gmail.sh {} \; > mbox2gmail.log
TIP: Sometimes messages have bad headers or for whatever reason stop sending, run `tail mbox2gmail.log` occasionally to make sure it's not stuck on a bad message (or `find` times out). If it seems to be stuckjust press CTRL+C once to continue to the next message. You'll have to rerun `find` as shown above, but the already sent messages will have been moved if the mbox was completed.
GUI
This method works best with Windows, but can be tedious for mbox, if you can you should use the commandline version.
- Visit the current GMail Loader page.
- Download gmlw-0.5
- Upackage it with 7-zip or `mkdir gmlw; tar xvf gmlw-0.5.tar -C gmlw`
- Do the clickety clickety thing.
Created by NickStallman.net, Luxury Homes Australia
Real estate agents should be using interactive floor plans and list their apartments, townhouses and units.
