Re: automating e-mail replies
Re: automating e-mail replies
- Subject: Re: automating e-mail replies
- From: f(n) : "_1+/-e! <+> [Ø +1]" <email@hidden>
- Date: Sat, 26 May 2001 16:04:55 -0400
- Organization: nØrtºrh©ñy§olcÿcåtëm
hallo,
merci, was very helpful.
i am using:
tell application "Outlook Express"
activate
connect to every POP account
repeat while connection in progress
delay 1
end repeat
set newMsgs to (every message in in box folder whose read status is
untouched)
repeat with i from 1 to (count newMsgs)
set theMsg to item i of newMsgs
set read status of theMsg to read
move theMsg to folder "ekaterina"
open theMsg
-- more commands?
end repeat
end tell
it is quite amicable.
I have no idea what this is supposed to mean:
> uith other distruktive synthesis
> program
>
> save each new and re-deliver to original sender
If you want to write an auto-reply to each incoming message, that can
also
be done by a Rule instead of a script, or it can be scripted behind
the
scenes without opening up the messages. Can you let us know what the
next
steps are?
from this point, i will
1. file > save as >
2. locate folder
3. save.
4. open new applikation : ||-0FFon
||-OFFon - my application patch within max 3.6.2 using nato.0+55+3d modular.
5. ||-OFFon will open saved message
6. run patch and save results.
7. outlook will take processed message (vis-a-vis ||-OFFon patch and/or
ekaterina's patch)
8. send "reply" to original sender.
it is by this i mean :
>
uith other distruktive synthesis
>
program
>
>
save each new and re-deliver to original sender
danke.ekaterina
In any case, I think you're better setting this up as a script to run
from a
Rule on an individual message (item 1 of (get current messages)) than
as a
tail to a receiving schedule. Just run your regular Send & Receive
All
schedule and have the Rule enabled.
--
Paul Berkowitz
On 5/26/01 10:57 AM, "_1+/-e! <+> [X +1] email@hidden : (n)"
<email@hidden> wrote:
> hallo,
>
> ok+
>
> i hav outlook express set-up.
>
> i kan open program via appleskript.
>
> i kan send & receive. (notably receive)
>
> ok+
>
> skript:
>
>
> tell application "Outlook Express"
> activate
> try
> -- New rule
> input state {keys down:"m", command key bit:true}
> end try
> try
>
> -- New rule
> input state {keys down:"t", option key bit:true, command key
> bit:true}
> end try
> try
> -- New rule
> input state {keys down:"a", command key bit:true}
> end try
>
>
> end tell
>
> howver, i kannot figure out how to select all uithout having
> to close and re-open program.
>
> afterwrds, may i please make addition:
>
>
> i would to save all messages to a folder.
>
> open messages -one at a time- uith other distruktive synthesis
> program
>
> save each new and re-deliver to original sender.
>
>
> of kourse, first problam is uith abov.
>
>
> any assistance may be wonderfully appreciated.
>
> friendli.ekaterina
>
>
>
> perhaps, i
>
> Shane Stanley wrote:
>
>> On 25/5/01 2:33 AM +1000, _1+/-e! <+> [X +1] f : (n),
>> email@hidden, wrote:
>>
>>> my end goal is to extrakt information from an e-mail,
>>> send it to another applikation for prozessing.
>>>
>>> is this possibl+?
>>
>> Definitely. But it looks like you are using Netscape for your
mail,
>> and I
>> don't think it's possible from that application. You would have to
>> change to
>> a new mail application, like Outlook Express, Entourage, Eudora,
or
>> one of
>> the other scriptable mail applications.
>>
>> --
>> Shane Stanley, email@hidden
>> _______________________________________________
>> applescript-users mailing list
>> email@hidden
>>
http://www.lists.apple.com/mailman/listinfo/applescript-users
> _______________________________________________
> applescript-users mailing list
> email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
_______________________________________________
applescript-users mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/applescript-users