I'm thinking there may be something missing from the current
implementation of EmailMessages, but I'm not quite sure. I need to be
able to set the content type. In particular, I want to be able to
include Japanese in an email message and for that I need the
Content-Type to either be UTF-8 or charset=ISO-2022-JP. I notice that
Apple's Mail app also appends format=flowed, but I'm not sure wthat
that's for. As a test I tried setting the Content-Type myself to
"text/plain; charset=UTF-8", but that didn't work. It seems to have
gotten set back to "text/plain" probably by RB right before the mail
was sent. And, of course, even if I *could* set that header field by
hand, it wouldn't work when I add attachments. So it almost seems like
we need to be able to tell the email message what its content type
should be and let RB sort everything out.
---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>
Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>
Subscribe to the digest:
<mailto:realbasic-nug-digest at lists dot realsoftware dot com>
.
|