Re: Mail address bug
Re: Mail address bug
- Subject: Re: Mail address bug
- From: Luther Fuller <email@hidden>
- Date: Wed, 30 Jul 2008 14:33:50 -0500
I've found a workaround that fixes my problem.
Replace the line
set addressList to (email addresses of accounts)
with
set AppleScript's text item delimiters to {return}
(email addresses of accounts)
set addressList to (text items of (the result as text))
My current opinion is that this most likely is not a bug, but that
depends on your interpretation of the dictionary.
My interpretation, on reading again, is that each account returns a
list of string, therefore multiple accounts return a list of lists.
Perhaps someone has some experience with this.
_______________________________________________
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