Automating Saving Emails as Text

  • Thread starter Edward McPike, Jr
  • Start date
E

Edward McPike, Jr

Hello,

I have a huge folder of mail that I would like to archive as text files,
then import into a database I have that can parse out the emails, subject,
and body the way I need it.

The problem is, I currently have to go to each message, one by one, and save
them as text.

Does anybody know of an easy way to automate these steps? I've looked in
AppleScript and Automator and can't seem to find anything. I have a strong
programming background and it seems like it would be easy to set up a
looping script or something. It doesn't even matter what I name them: "1",
"2", "3", etc, would work.

Thanks in advance!

Ed
 
S

Steve Hearn

Check out EEAX. http://www.softhing.com/eeax/info.html
Save as multiple formats including saving in a FileMaker file. As a
FileMaker developer, I really like that option.

Steve

Hello,

I have a huge folder of mail that I would like to archive as text files,
then import into a database I have that can parse out the emails, subject,
and body the way I need it.

The problem is, I currently have to go to each message, one by one, and save
them as text.

Does anybody know of an easy way to automate these steps? I've looked in
AppleScript and Automator and can't seem to find anything. I have a strong
programming background and it seems like it would be easy to set up a
looping script or something. It doesn't even matter what I name them: "1",
"2", "3", etc, would work.

Thanks in advance!

Ed


------------------------------------------------
Steve Hearn
:: FileMaker 7 & 8 Certified Developer ::
Manager, FileMaker Development
CoreSolutions Development Inc.
Web Site: http://www.coresolutions.ca
London: (519) 641-7727 - Toronto: (416) 410-8649
 
D

Diane Ross

I have a huge folder of mail that I would like to archive as text files,
then import into a database I have that can parse out the emails, subject,
and body the way I need it.

eMessage Archiver - by John Carlsen has been around a long time. Backs up
to FileMakerPro.

http://homepage.mac.com/thinkagain/Mac/eMA/

Another script that might be of interest is "Entourage Many to Word" By:
Allen Watson

This script will take one or more selected messages (or a single message if
open) and will write them all to a single Microsoft Word document.

<http://scriptbuilders.net/files/entouragemanytoword1.4.html>

Yet another script to save messages as text files Quick Save as Text 1.0

Author: Allen Watson
<http://scriptbuilders.net/files/quicksaveastext1.0.html>
 
Top