OS X Mail Bug with umlaut/atts
OS X Mail Bug with umlaut/atts
- Subject: OS X Mail Bug with umlaut/atts
- From: email@hidden (Lorenz Wieland)
- Date: Thu, 21 Feb 2002 00:33:59 +0100
I had mails with umlauts in the text like d|v etc. When I get the
content of such mail, the result is a fragment. The given text stop
by the first umlaut. If I read every character of the content as
list, the characters before and after the umlaut were found, but
the result for the umlaut in this list is empty. I failt too to
save attachments of a mail. I need this because i have under Mac OS
9 at different cities FileMaker DBs synchronized automaticly by
mail (cheepest way) and i want to migrate to Mac OS X . For
scripting I have soon updated to Mac OS X 10.1.3.
The following is my testscript getting content etc (sorry for the
german words):
tell application "Mail"
set DieserText to "Mail2: " & return & content of message 96 of
mailbox "Datenabgleich" of account 1
log the result
set DieserText to "Mail2text: " & return & content of message
96 of mailbox "Datenabgleich" of account 1 as text
log the result
set DieserText to "Mail2string: " & return & content of message
96 of mailbox "Datenabgleich" of account 1 as string
log the result
set DieserText to "Mail2UnicodeText: " & return & content of
message 96 of mailbox "Datenabgleich" of account 1 as Unicode text
log the result
set DieserText to "Mail2InternationalText: " & return & content
of message 96 of mailbox "Datenabgleich" of account 1 as
international text
log the result
set DieserText to "Mail2Words: " & every word of content of
message 96 of mailbox "Datenabgleich" of account 1
log the result
set DieserText to "Mail2Characters: " & every character of
content of message 96 of mailbox "Datenabgleich" of account 1
log the result
--------------------------------------
--I tried too to take a content and put it in a new message, an get
it from there. But the same result..
-------------------------------------
set this_message to make new compose message at beginning of every
compose message
set the content of this_message to content of message 96 in
mailbox "Datenabgleich" of account 1
make new message editor at beginning of message editors
set compose message of message editor 1 to this_message
get content of compose message of message editor 1--etc
end tell
===============
What can I do?
_______________________________________________
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.