Re: Personalities in Eudora
Re: Personalities in Eudora
- Subject: Re: Personalities in Eudora
- From: Beatrix Willius <email@hidden>
- Date: Tue, 22 Dec 2009 13:51:56 +0100
For the record:
The settings of Eudora are done by number. For instance getting all IMAP accounts can be done with
tell application "Eudora" set theAccounts to {} set theCount to count of personalities repeat with currentPersonality from 1 to theCount if setting 244 of personality currentPersonality = "y" then set theAccounts to theAccounts & (name of personality currentPersonality) end if end repeat end tell return theAccounts
Begin forwarded message: Date: 20. Dezember 2009 13:26:22 MEZ
Subject: Personalities in Eudora
For my mail archiving application I still support Eudora. I want to add a check that for all IMAP accounts the data is downloaded fully. So far this works very well for Mail, Powermail and Entourage. However, Eudora is giving me a bit trouble as I can't find anything in the dictionary except personalities. Is the following possible:
- get if an account/personality is IMAP or POP - if an account is IMAP then I need to get the size over which messages are skipped.
I even looked at the preferences of Eudora, but this is not a plist file. Any help is appreciated.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden