Re: Eudora Message Selection Query
Re: Eudora Message Selection Query
- Subject: Re: Eudora Message Selection Query
- From: Adam Bell <email@hidden>
- Date: Sun, 11 Feb 2007 10:33:17 -0400
Title: Re: Eudora Message Selection
Query
Like you, I've never succeeded in finding just one: this finds
the latest:
-- I've never found a better way of
finding a particular message than this. Filters don't seem to
work.
set S to
{}
tell application "Eudora"
set
c to count messages of mailbox
"Software"
repeat with k
from c to 1000
by -1
tell message
k of mailbox "Software" to if subject contains "PageSpinner" then set S's end
to k
end
repeat
set t
to body of message
(item 1 of
S) of mailbox
"Software"
end
tell
Adam
At 4:07 PM +1100 2/11/07, Tim Barlow wrote:
Hi Everyone,
I've been unable to select particular messages in Eudora and am
beginning to think that it isn't possible. My scripts looks something
like ...
tell Application Eudora
return id of message in Mailbox "In" whose
(field "Message-ID" is equal to someData)
end tell
Can anyone shed any light on this?
Thanks in advance for any help given.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list
(email@hidden)
Help/Unsubscribe/Update your Subscription:
>esscable.net
Archives:
http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden