Re: Looking for AppleScripter willing to help
Re: Looking for AppleScripter willing to help
- Subject: Re: Looking for AppleScripter willing to help
- From: Matthew Smith <email@hidden>
- Date: Thu, 22 Feb 2007 09:57:23 +1100
- Thread-topic: Looking for AppleScripter willing to help
On 22/02/2007 05:41, "Le Stang Jean-Baptiste" <email@hidden> wrote:
> For a long time I've been missing a function in Mac OS X which is
> the ability to select several files using the Finder and send a mail
> to someone using the selected files as attached files. I've written
> so far the contextual menu necessary to handle the file selection and
> the recipient selection and to create the mail and its attached files
> in Mail but I think that many of you are using other mail clients.
> The mail creation part of the my contextual menu is based on
> AppleScript so that I could integrate many other mail clients with my
> contextual menu. So far I'm looking for people that would be
> interested by writing a handler that would receive a string (the
> recipient) and a list of alias (the attachments) for the following
> mailers : Entourage, Eudora, Mailsmith (and any other scriptable
> mailer that you could think of)
>
> Here is for example what is necessary to create the mail in Mail :
> ...
Since you want it to work for many mail clients you will have to ensure that
you don't put all that code into one script file. AppleScript will probably
want to find all the mail clients on the computer when it executes. This is
going to add complexity.
Anyway, I agree with the others. I'd rather just drag the files onto the
application icon.
--
Matthew Smith
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden