Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
All my Gmail has disappeared!!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="rbpeirce" data-source="post: 1951810" data-attributes="member: 410088"><p>I've completed the first step using the following ksh script:</p><p></p><p>cd /Users/{me}/Desktop/\[Gmail\].mbox/All\ Mail.mbox/2C10F3DA-EB7B-4036-BB2F-204ACE43D595/Data </p><p>> ~/Desktop/Import</p><p>find . -name *.emlx |</p><p>sort > ~/foo</p><p>for i in `cat ~/foo`</p><p>do</p><p> print ${i##*/} >> ~/Desktop/Import</p><p>done</p><p>rm -f ~/foo</p><p></p><p>This gives me a list of all the emlx files. It turns out they contain plists that only Mail can decipher so automating the whole process does not appear to be possible.</p></blockquote><p></p>
[QUOTE="rbpeirce, post: 1951810, member: 410088"] I've completed the first step using the following ksh script: cd /Users/{me}/Desktop/\[Gmail\].mbox/All\ Mail.mbox/2C10F3DA-EB7B-4036-BB2F-204ACE43D595/Data > ~/Desktop/Import find . -name *.emlx | sort > ~/foo for i in `cat ~/foo` do print ${i##*/} >> ~/Desktop/Import done rm -f ~/foo This gives me a list of all the emlx files. It turns out they contain plists that only Mail can decipher so automating the whole process does not appear to be possible. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
All my Gmail has disappeared!!
Top