Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'how would you GUI script mail.app?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
how would you GUI script mail.app?
Authored by: RickoKid on Oct 23, '03 04:15:01PM
Also - I've been thinking about your problem you were trying to solve with Mail - but I was thinking it'd be easier just to script it directly - Mail after all is a scriptable application and you could probably do whatever you wanted to using it's scripting abilities. For example, if you want to change the POP server:

tell application "Mail"
	set server name of pop account "Email account" to "pop.isp.com"
end tell
That's a bit easier isn't it!!

---


RickoKid

[ Reply to This | # ]