• 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
getting multiple selected messages in Eudora?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

getting multiple selected messages in Eudora?


  • Subject: getting multiple selected messages in Eudora?
  • From: KLW <email@hidden>
  • Date: Mon, 14 Jul 2003 17:08:59 -0400

I am trying to improve a script I wrote for reporting spam to SpamCop in Eudora <http://theapotek.com/teknotes/archives/000037.html>. I would like it to be able to perform its routines on several selected e-mail at once, instead of just one at a time. The syntax I wish would work, looks like this:

tell application "Eudora"
set messageCount to (count every message of selection)
repeat with n from 1 to (messageCount - 1)
--Do the work here
end repeat
end tell

This does not work (can't get every ... of ...). Does anyone have a script where you've succeeded in creating an iterable list of selected messages in Eudora? I'm using Eudora 6 and Mac OS 10.2.

Your help is appreciated.

//K
_______________________________________________
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.

  • Follow-Ups:
    • Re: getting multiple selected messages in Eudora?
      • From: John Delacour <email@hidden>
    • Re: getting multiple selected messages in Eudora?
      • From: Rob Jorgensen <email@hidden>
  • Prev by Date: Re: Creating a shell script with AppleScript, and line endings
  • Next by Date: Re: applescript-users digest, Vol 3 #1822 - 16 msgs
  • Previous by thread: Re: Creating a shell script with AppleScript, and line endings
  • Next by thread: Re: getting multiple selected messages in Eudora?
  • Index(es):
    • Date
    • Thread