Apple Mail seems to have a problem returning the content of a message
that was composed in HTML. For example, a message from this Apple
mailing list composed in HTML will return this when asked for
"content" of message.
The body of the message is missing and all that is returned is the
list's siggy line.
More interesting, if I try to create a test to determine whether to
call for "content" or "source" of a message, I get rather rude
behavior. For example: Building on the above lines of script:
set y to text 1 of x
--> "?"
y is "?"
--> false
What! It just returned that a second ago? I'm a little lost. I
thought the last line should return true. Does anyone know what I'm
seeing and why?