Simple Eudora Question + Difficult Additional Questions
Simple Eudora Question + Difficult Additional Questions
- Subject: Simple Eudora Question + Difficult Additional Questions
- From: JJ <email@hidden>
- Date: Fri, 09 Mar 2001 10:32:21 +0100
>
At 3:07 PM +0100 05/03/01, JJ wrote:
>
> tell application "Eudora"
>
> activate
>
> save message 1 of mailbox "FORO TUTORIAL"
>
> end tell
>
>
You don't save it. You move it. Fill in the appropriate mailbox or
>
mail folder names (if you have only a mailbox, then take out the
>
first mail folder reference; the mail folder "" is the main Eudora
>
mail folder and you need to leave that one there with no text between
>
the quote marks).
>
>
- web
>
>
tell application "Eudora"
>
activate
>
move (first message of mailbox "xx" of mail folder "yy" of mail folder "") to
>
,
>
(end of mailbox "zz" of mail folder "pp" of mail folder "")
>
end tell
>
I didn't explain it good enough. I wish
. . . . . . . . . . . . . . . . . . . . . . .
save message i of mailbox my_personal_mailbox as "TEXT" with creator "TBB6"
[or "ttxt"] in "HD:Desktop Folder:My_Dear_Mails:subject.txt"
. . . . . . . . . . . . . . . . . . . . . . .
but I don't know how to do it in Eudora. In Outlook it's clear:
. . . . . . . . . . . . . . . . . . . . . . .
save message i of folder my_folder in "HD:Desktop
Folder:My_Dear_Mails:subject.txt" as "TEXT"
. . . . . . . . . . . . . . . . . . . . . . .
Which would be the properly syntax?
Two more questions:
- Could I "send" a message to a folder in my HD? and...
- Could I execute a script when a event happen in Eudora (the equivalent
"programming" in Outlook, where I can, when a message arrives, "execute
script") or I have to do it with a "idle" into a "stay-open" app? (I think
this question is so long and my english so bad)
JJ