Re: Mail.app bugs
Re: Mail.app bugs
- Subject: Re: Mail.app bugs
- From: "Chris Espinosa" <email@hidden>
- Date: Fri, 25 Apr 2003 10:52:07 -0700
Forwarded from the Mail team.
>
Sorry if these have been posted before, but:
>
>
1. Within a the result of sending a message always seems to be true,
>
regardless of whether the message fails. It returns true even when
>
there is
>
no SMTP server available.
Support for suspending Apple Events (which we need to implement this)
was just recently added to Cocoa, so we'll try to do something about
this particular issue in the next major release.
>
2. "properties of message" is broken -- always returns an empty list;
>
getting individual properties works.
We've fixed this and we plan to put it into the next major release.
>
3. Trying to send a message whose sender is not identical to that of
>
the
>
account works, but the resulting (sent) message object seems to have
>
vanished into the ether.
I was able to reproduce this. I don't recall if this is a known issue
or not, so I'll write it up.
>
4. The top-level mailbox properties only hold the first 16 messages
>
(junk
>
mailbox, sent mailbox etc.). Though the larger concern is that it is
>
not
>
clear why there needs to be top-level mailbox properties in the first
>
place.
The mailbox property on the application class is intended to be used to
refer to all locally stored mailboxes that are not associated with an
account. (i.e. any mailboxes you create in the On My Mac section of the
drawer). However, it's a bug that the junk, sent, etc mailboxes are
also appearing in the mailbox list. These should only appear as
per-account mailboxes. We plan to fix this.
Chris Espinosa
Apple
_______________________________________________
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.