This is a cool tip found on MacOSXHint that enables HTML viewing of trusted mail. It turn on HTML download for 2 seconds, and turns it off again.
tell application "Mail"
set download html attachments to true
delay 2
set download html attachments to false
end tell
Just add the above script to your script menu.
Posted by davo39 at February 23, 2003 08:54 PM
| TrackBack