Re: Moving Mail....
Re: Moving Mail....
- Subject: Re: Moving Mail....
- From: Jim Burton <email@hidden>
- Date: Mon, 26 Aug 2002 12:16:04 -0600
On Monday, August 26, 2002, at 10:39 AM, cricket wrote:
>
What error are you getting? If you do a 'get every mailbox', does it
>
return a mailbox called "Spam"?
I'm getting:
Can't set <<class mbxp>> to spambox. Access not allowed.
When I do 'get every mailbox, one of the items in the result list is
mailbox "Spam" of application "Mail"
>
>
- cricket
>
>
On Monday, August 26, 2002, at 09:14 AM, Jim Burton wrote:
>
>
> tell application "Mail"
>
> activate
>
> set allacounts to every account
>
> set spambox to mailbox "Spam"
>
> repeat with anacount in allacounts
>
> set everymess to every message of mailbox "INBOX" of anacount
>
> repeat with eachmess in everymess
>
> if (is junk mail of eachmess) then
>
> tell message eachmess
>
> activate
>
> -- set mailbox to spambox
>
> --generates error
>
> end tell
>
> end if
>
> end repeat
>
> end repeat
>
> end tell
>
>
----->
>
Software Entomologist/Mail for Mac OS X email@hidden
>
---------->
>
Cardboard reindeer stand proudly amongst the dead trees and angry salt.
_______________________________________________
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.