• 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: Personalities in Eudora
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

The numbers of the settings can be found at http://www.eudora.com/techsupport/mac/download/X-Eudora-Settings.txt

Begin forwarded message:

From: Beatrix Willius <email@hidden>
Date: 20. Dezember 2009 13:26:22 MEZ
To: AppleScript-Users <email@hidden>
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.


Mit freundlichen Grüßen/Regards


Trixi Willius


http://www.mothsoftware.com

Mail Archiver X: archive, clean and search email

http://www.beatrixwillius.de

Fractals, 3d landscapes etc.


 _______________________________________________
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

References: 
 >Personalities in Eudora (From: Beatrix Willius <email@hidden>)

  • Prev by Date: Rép: Excel 2004 issue
  • Next by Date: wait for Quicktime X export
  • Previous by thread: Re: Personalities in Eudora
  • Next by thread: Rép: Excel 2004 issue
  • Index(es):
    • Date
    • Thread