p0welly Posted September 9, 2009 Share Posted September 9, 2009 I need to save 1422 emails from a folder as text or rtf files, I can drag and drop them or use file save as one at a time, but I don't seem to be able to do them all at once. Any suggestions? Link to comment Share on other sites More sharing options...
Steeley Posted September 9, 2009 Share Posted September 9, 2009 Have you tried creating a workflow using Automator? Edit:- I did just find this on the net; might be useful. Add a "Run Applescript" action with this as the commands: tell application "Mail" repeat with aMessage in input set theBody to content of aMessage set theSubject to subject of aMessage tell application "TextEdit" make new document with properties {text:theBody} end tell end repeat end tell Link to comment Share on other sites More sharing options...
Steeley Posted September 9, 2009 Share Posted September 9, 2009 Update:- Here you go buddy. It should do the trick. http://forums.macnn.com/82/applications/30...ch-export-many/ or http://mac.softpedia.com/get/Utilities/Export-Messages.shtml Link to comment Share on other sites More sharing options...
p0welly Posted September 9, 2009 Author Share Posted September 9, 2009 Excellent, I'll have a play with that later. :-) Link to comment Share on other sites More sharing options...
Recommended Posts