Eudora and attach without spooling
Eudora and attach without spooling
- Subject: Eudora and attach without spooling
- From: Cameron Knowlton <email@hidden>
- Date: Thu, 22 Sep 2011 11:03:27 -0700
Title: Eudora and attach without
spooling
I'm having trouble getting Eudora to honour its without
spooling clause when attaching a document to a message.
tell application "Eudora"
set
newMessage to make message
at (end of
mailbox "Out" of mail folder
"")
set personality of newMessage to
personality myPersonality
set field
"To" of newMessage
to recipientStringTo
set field
"Cc" of newMessage
to recipientStringCc
set field
"Bcc" of newMessage
to recipientStringBcc
set field
"Subject" of newMessage
to subjectLine
set field
"" of newMessage
to messageText
-- Eudora will NOT attach a document
without spooling
attach to
newMessage documents myAttachments without
spooling
end tell
Eudora does successfully create the message with the
attachment, but it's a copy of the original buried in Eudora's
Spool folder, rather than attaching a reference to the actual object.
So, if (when) the original object gets edited before the message is
sent, those changes are obviously not reflected in what the client
gets.
Has anyone here gotten without spooling to work?
thanks folks.
Cameron
--
Cameron Knowlton
KnowledgeVine SEO Dashboards
email@hidden
P: 250.382.0226
http://www.knowledgevine.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden