On or near 3/31/03 12:17 PM, Diane Ross at [EMAIL PROTECTED] observed:
> On 3/31/03 4:54 AM, "David Morganstein" <[EMAIL PROTECTED]> wrote:
>
>> Is there an easy way to delete attachments or must this be done one email at
>> a time? In Eudora there is an attachment folder that can be examined and
>> large #s of files deleted at once.
>
> Be sure you create an Outgoing rule to delete attachments from the Sent
> mail.
>
> Check out these scripts:<http://www.applescriptcentral.com/>
>
>
> Claris It! [v4.0.0]
>
> [by Allen Watson ( Email ,Website ), Mar 4, 2002, 28k]
>
>
> Saves attached files to selected folders, logs location in message. (Script
> ID: 321)
>
>
> Friendlier Claris It! [v1.0.0]
>
> [by Rob Buckley ( Email ,Website ), Jul 10, 2002, 48k]
>
>
> Friendlier Claris it! is a simple (and reassuringly cheap) utility for
> automatically sorting email received and sent using Entourage X, Microsoft's
> Personal Information Manager and email program that comes as part of Office
> X for Mac OS X. It intelligently determines the sender or the recipient(s)
> of the message and can then Create folders in Entourage for the mail
> messages based on user preferences, Automatically save files attached to
> messages in a central location or in sub-folders, and manage Spam. (Script
> ID: 338)
>
As Paul pointed out, these scripts that save attachments and record the
location in the message force HTML messages to become plain text, so be
warned. I find that no problem. I have yet to require the HTML form of an
older message! I often appreciate it when I first get it, but after that I
<prefer> that they become plain text. My favorite almost-one-liner script
is:
tell application "Microsoft Entourage"
set theMsg to item 1 of (get current messages)
set the content of theMsg to (get the content of theMsg as unicode text)
end tell
That will turn any HTML message into plain text, which can save a lot of
space.
--
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
<http://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>
--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>