Re: Need Script in Eudora for Font, etc.
Re: Need Script in Eudora for Font, etc.
- Subject: Re: Need Script in Eudora for Font, etc.
- From: John Delacour <email@hidden>
- Date: Mon, 14 Jul 2003 00:08:42 +0100
- Mac-eudora-version: 6.0a26
At 10:41 am -0700 13/7/03, Howard Sambol wrote:
I Need a Script in Eudora for selecting all text in an email message
and then setting the Font, size and color of the text. Also, please
let me know how to add the script to the script menu. Thanks!
You can't script styles in a Eudora message, but you can create a
styled message with a routine such as this. This script takes the
body of the front message and creates a new message with styled text.
Don't delete the blank line in the middle of the script!
tell app "Eudora"
set s to get the body of the front message
set msgData to "Subject: --
<html><body><blockquote><blockquote>
<font face='georgia' color='#770033' size='+2'>
<i>" & s & "</i>
</font>"
activate
make message at end of mailbox 3 with data msgData
send again result
end
I see you're using v. 5.2.1, so put the script in the folder
...:Eudora Stuff:Scripts:
(Eudora Stuff is in the same folder as Eudora the application). You
will then need to relaunch Eudora to see the script in the menu.
JD
.
_______________________________________________
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.