Extracting attachment from Mail
Extracting attachment from Mail
- Subject: Extracting attachment from Mail
- From: Alan Kimelman <email@hidden>
- Date: Tue, 4 Mar 2003 23:13:31 -0800
I have the same problem as Jeremy Sellors. I am unable to save an
attachment from mail.app using applescript. I did not understand John
Delacour's Perl script to parse the attachment.
do shell script "perl -e'
$f = q~" & f & "~ ;
open F, $f or die $! ;
while (<F>) {
\" parse the file line by line here \" ;
print ;
} '"
I tried it but did not succeed in saving or extracting the attachment.
In a similar vein, I was unable to follow Cricket's instructions to
tell Stuffit Deluxe to open or extract an attachment from the text file
made from the source of the message.
Please help.
ThumbsUp
_______________________________________________
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.