H
Hans
I would like a script that would either delete selected messages from
the server, or automatically delete all messages in the junk folder
from the server but not locally. Preferably the latter option. I'm in
Entourage 2004.
My purpose is thus: I use the webmail interface to get my email quite
a bit when I'm not at home, and it's a pain to sift through all the
junk left on there just to get to my other emails. But on occasion I
get legit messages in my junk folder. I could just set Entourage to
delete junk mail immediately, but then I would risk losing clients. I
tried this script,
tell application "Microsoft Entourage"
set theMessages to current messages
try
set connection action of theMessages to remove at next connection
end try
end tell
But the set connection command didn't work. I'm not exactly skilled in
applescripting, so I may just be proving here how much of an idiot I
am... But any help would be appreciated.
Thanks,
Hans
the server, or automatically delete all messages in the junk folder
from the server but not locally. Preferably the latter option. I'm in
Entourage 2004.
My purpose is thus: I use the webmail interface to get my email quite
a bit when I'm not at home, and it's a pain to sift through all the
junk left on there just to get to my other emails. But on occasion I
get legit messages in my junk folder. I could just set Entourage to
delete junk mail immediately, but then I would risk losing clients. I
tried this script,
tell application "Microsoft Entourage"
set theMessages to current messages
try
set connection action of theMessages to remove at next connection
end try
end tell
But the set connection command didn't work. I'm not exactly skilled in
applescripting, so I may just be proving here how much of an idiot I
am... But any help would be appreciated.
Thanks,
Hans