Hello everyone!
Now that my folder action script is successfully writing email contents to one big text file, when the file is saved, (Thanks Rob), I need to do the following because I’m getting way too many emails(100 -250 a day).
Is there a way to set up MacIntosh mail to automatically save a group of files based on the subject of the email. What I need to do is run the script manually and it will find all emails that have “Quote Form” in their subjects. These files need to be saved to a folder on my desktop with a number appended to the end so previous messages are not overwritten (ie: quoteform1.txt, quoteform2.txt). The counter can always start again at 1 because I will delete the messages once they are in the folder and the content I need has been written to another file (using that folder’s action script).
Can this be done?