Re: Sending Email from AppleScript Without Garbling It
Re: Sending Email from AppleScript Without Garbling It
- Subject: Re: Sending Email from AppleScript Without Garbling It
- From: "Simon Kornblith (Mailing Lists)" <email@hidden>
- Date: Tue, 04 Jun 2002 07:33:00 -0400
On 6/4/02 12:00 AM, "Paul Berkowitz" <email@hidden> wrote:
>
Can you explain again why you can't send the message by scripting Entourage
>
(example please)? Everything, including encoding, should be scriptable
>
within Entourage.
Okay, this is a multipart MIME message. The headers have to contain the
following:
Content-type: multipart/encrypted; protocol="application/encrypted";
boundary="=--"
I have the AppleScript compile the message source, make a new outgoing
message with this source, and send it, but before the message is sent
Entourage adds its own headers. We end up with:
Content-type: multipart/encrypted; protocol="application/encrypted";
boundary="=--"
Content-type: multipart/mixed; boundary="B_3106020281_91382"
Not a good thing. It also adds its own boundaries. Entourage interprets it
fine, working by the first content type, but I'm pretty sure this doesn't
comply with RFC 3156 or the MIME RFC.
Simon
--
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
-- Benjamin Franklin, Letter to Josiah Quincy, Sept. 11, 1773.
Those who desire to give up freedom in order to gain security will not have,
nor do they deserve, either one.
-- President Thomas Jefferson
To those who scare peace-loving people with phantoms of lost liberty, my
message is this: your tactics only aid terrorists.
-- John Ashcroft
_______________________________________________
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.