Re: Mail.app automation
Re: Mail.app automation
- Subject: Re: Mail.app automation
- From: Neil Faiman <email@hidden>
- Date: Mon, 8 Sep 2003 07:01:53 -0400
I must be missing something. Is there some reason that this does not
meet your needs, as far as getting the headers is concerned?
-Neil Faiman
tell application "Mail"
set theSelection to the selection
set theMessage to some item of theSelection
get the headers of theMessage
end tell
On Sunday, September 7, 2003, at 10:11 PM, Michelle Steiner wrote:
I have been manually forwarding it in readable form with full headers
for well over a year. I think that they don't need the raw source, so
long as they have the full headers.
Right now, what I do is command-shift-h to display the headers;
command-shift-f to forward the message; xx to put the address group
containing both addressees into the "to:" field; command-shift-d to
send the message, and delete to put it in the trash.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.