Re: Misc Eudora questions
Re: Misc Eudora questions
- Subject: Re: Misc Eudora questions
- From: Juergen Schell <email@hidden>
- Date: Mon, 5 Aug 2002 09:10:27 +0200
At 2:24 Uhr +0100 05.08.2002, Alex Robinson wrote:
At 1:41 am +0100 05/08/2002, John Delacour wrote:
All these work. I don't know what you can be doing wrong
It does now. I can only guess that I had a spelling mistake and just didn't
spot it.
3. Is it not possible to do things like:
Yes, it is, but you have to respect the way AppleScript works. A
class is not a reference.
Ah. Right.
4. Setting x-headers
To set X-Headers you need to have my Extra-Headers plug-in installed.
You should find it on the web.... but I can't, so I'll make another
>one.
Is my Eudora different?
In version 5.1, the direct way
------ begin of script ----------
tell application "Eudora"
set myMessage to (make new message at end of mailbox "Out")
tell myMessage
set field "To" to "email@hidden"
set field "Subject" to "this is a test"
set field "" to "This is a test for X-Headers"
set field "X-MyTestHeader" to "blablabla"
end tell
end tell
-------- end of script ------------
simply works, both with OS 9 and OS X. Done this way, the X-Header is
not visible while you send the mail. But send a test to yourself and
look at what you receive: The X-Header will be there. (The same is
possible with Reply-To and other standard headers. Just setting a
message ID failed: The mail had two of them afterwards ;-)
J|rgen
--
J|rgen Schell
RagTime GmbH Tel: [49] (2103) 9657-0
Itterpark 5 Fax: [49] (2103) 9657-96
D-40724 Hilden
mailto:email@hidden
Germany
http://www.RagTime-online.com
_______________________________________________
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.