• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Eudora scripting help ...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Eudora scripting help ...


  • Subject: Re: Eudora scripting help ...
  • From: Rob Jorgensen <email@hidden>
  • Date: Tue, 20 Jul 2004 19:33:26 -0400

At 3:36 PM -0700 7/20/04, Charles Heizer wrote:
Hello,
I have never done any scripting with Eudora and I really can't find any good examples on it either.

I need to loop through all of the personalities or maybe just the dominant account and read the mail server address, and if it equals some server name from a list then change it to another mail server name.

Basically we are moving from one set of pop servers to another and I need a quick way to find the old server name in put in a new one.

This should be close to what you need.

tell application "Eudora"
set pers_count to count personalities
repeat with i from 1 to pers_count
tell personality i
if setting 3 is "old.pop.server.info" then
set setting 3 to "new.pop.server.info"
end if
end tell
end repeat
end tell

-- Rob
_______________________________________________
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.


References: 
 >Eudora scripting help ... (From: Charles Heizer <email@hidden>)

  • Prev by Date: Re: Eudora scripting help ...
  • Next by Date: Re: Eudora scripting help ...
  • Previous by thread: Re: Eudora scripting help ...
  • Next by thread: Problem getting position of desktop items
  • Index(es):
    • Date
    • Thread