Re: Mail's Sent Messages
Re: Mail's Sent Messages
- Subject: Re: Mail's Sent Messages
- From: Luther Fuller <email@hidden>
- Date: Sat, 06 Jun 2009 18:04:46 -0500
On Jun 6, 2009, at 5:18 PM, Philip Aker wrote:
On 2009-06-06, at 14:57:33, Luther Fuller 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 ?????
It's supposed to be what's described in <http://developer.apple.com/technotes/tn/tn2022.html
>.
I don't think there's a built-in coercion for 'furl'. Perhaps a
valid enhancement request for <https://bugreport.apple.com/>.
Thanks. I checked out the tech note, but didn't see what I needed. I
tried compiling the code on my sloooow iBook running Tiger, but it
didn't translate. Here's the AppleScript code in a tell "Mail" block
running 10.5.7 Intel ...
set acnt to (get account of mbox)
set acntDir to (account directory of acnt)
if (class of acntDir) = «class furl» then
set acntDir to acntDir as text
else -- acntDir is returned with slashes in Tiger
set acntDir to ((POSIX file acntDir) as alias) as text
end if
My memory of what I was thinking when I wrote this has long been
erased. It's been about 3 years.
(I may want to eliminate this compatibility code and drop Tiger
compatibility.)
_______________________________________________
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