[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Re: Automated mail packaging script?



At 10:35 AM -0800 3/19/97, Vicki Brown wrote:
>Does anyone have or know of a script that will do the following (on a Mac,
>using Eudora for Email):
>
>for all files in directory / folder
>
>    package the file into a MIME message and send to X address
>
>    move file into a "sent" mail folder

There is a command in Frontier's Finder menu which will should give you a
good start on this:

<scripts> -> Net -> Send thru Eudora...

the script itself is at:
system.verbs.apps.FinderMenu.commands.sendThruEudora()

It creates a new message in Eudora and attaches everything you had selected
in the Finder.  If you select a folder, the folder is stuffed, then the
archive attached.

It should be fairly easy to extend this to ask for the address to send to,
and to move the files somewhere else once this is done.

chazl
03.19.97
-------