Re: bug with mail-seems OK
Re: bug with mail-seems OK
- Subject: Re: bug with mail-seems OK
- From: Craig Sutherland <email@hidden>
- Date: Mon, 31 Dec 2001 19:28:58 -0600
David-
Your script returns
--->{application "Mail", {"email@hidden"}}
for me.
Craig
On Monday, December 31, 2001, at 05:18 PM, Deivy Petrescu wrote:
>
Mail (OS X app) has been particularly buggy to script.
>
I'll try to post all the problems I've found out at a later time, right
>
now, I found one that beats all the other bugs.
>
>
tell app "Mail" to set l to email addresses of every account
>
l
>
---> {{application "Mail", {"address 1"}, {"address 2"}, {"address
>
3"},..., { last address }}}
>
>
What is app Mail doing there?
>
>snip<