Personality settings in Eudora
Personality settings in Eudora
- Subject: Personality settings in Eudora
- From: Doug McNutt <email@hidden>
- Date: Sun, 13 Apr 2003 12:14:02 -0600
At 20:25 -0400 4/12/03, Rob Jorgensen wrote: (On the Eudora-Mac list)
>
tell application "Eudora" to connect with checking without sending and waiting
Which appears to be a great idea for my problem which is to control Eudora's mail checking from a Linux box where I am preprocessing the POP3 server for spam rejection. I can issue a command to execute an AppleScript on this 8500 - OS 9.1 using telnet.
My problem is that I need to download mail only for selected personalities. These script lines operate OK
tell application "Eudora"
get (or set) setting 10 of personality "Admin" (to value)
end tell
How do I acquire a list of the setting "numerical index" vs the items as they appear in the settings GUI so I can set and reset read options before I execute Rob's connect request which, I guess, will run through all of my personalities and act according to their individual settings.
Does the connect command issued from an AppleScript use the setting for "check mail on manual checks"? Or does it check for all personalities?
What is the relationship between x-eudora setting numbers and settings within a personality? Some of them seem to line up but none seems to be the "check mail on manual" box I'm looking for.
--
--> If you are presented a number as a percentage, and you do not clearly understand the numerator and the denominator involved, you are surely being lied to. <--
_______________________________________________
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.