• 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: Mail's Sent Messages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mail's Sent Messages


  • Subject: Re: Mail's Sent Messages
  • From: Luther Fuller <email@hidden>
  • Date: Mon, 08 Jun 2009 15:55:32 -0500

On Jun 6, 2009, at 4:57 PM, I wrote:
Now, I have another problem ...
I noticed this in my code: «class furl»
I can tell from the context that it compiled to something understandable in Tiger, but not in Leopard.
Does anyone know what «class furl» is ?????

I searched, and found some comments by members of this list from about a year ago that lead me to understanding «class furl». The code in question is Mail scripting ...

set acnt to (get account of mbox)
set acntDir to (account directory of acnt) 
if (class of acntDir) = «class furl» then -- in Leopard, (class of acntDir) = «class furl»
set acntDir to acntDir as text
else -- in Tiger, (class of acntDir) = text, a posix path
set acntDir to ((POSIX file acntDir) as alias) as text
end if

Whatever «class furl» is, it's something returned by Leopard, but not by Tiger, for a directory path.
Neither Leopard nor Tiger compile into anything more readable. But I don't need to read it, just understand what it does!

 _______________________________________________
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: 
 >Mail's Sent Messages (From: Luther Fuller <email@hidden>)
 >Re: Mail's Sent Messages (From: Joel Esler <email@hidden>)
 >Re: Mail's Sent Messages (From: Luther Fuller <email@hidden>)
 >Re: Mail's Sent Messages (From: Luther Fuller <email@hidden>)
 >Re: Mail's Sent Messages (From: Luther Fuller <email@hidden>)

  • Prev by Date: Re: Mail's Sent Messages
  • Next by Date: Re: Problem creating new mailbox
  • Previous by thread: Re: Mail's Sent Messages
  • Next by thread: Re: Mail's Sent Messages
  • Index(es):
    • Date
    • Thread