Mail.app on Tiger: import mailboxes
Mail.app on Tiger: import mailboxes
- Subject: Mail.app on Tiger: import mailboxes
- From: Elena Kovalevich <email@hidden>
- Date: Tue, 19 Jul 2005 09:51:05 -0700 (PDT)
Hello,
Part of my script imports Panther mailboxes into Tiger Mail.app, then
creates new mailbox and move messages to top level, but for some reason
applescript just timeout on "move messages" command,
I tried count messages with the same result. Tested the same mailboxes
with Importer from Mail.app (Mail Menu: File-->Impot Mailboxes->Other)
and they imported into mail.app without error.
tell application "Mail"
import Mail mailbox at
"/Users/user/Library/Mail/Mail boxes/test1.mbox"
make new mailbox with properties {name:"tmp__test1"}
move (every message of mailbox "Import/test1") to mailbox
"tmp__test1" <<==timeout here
--count messages in mailbox "tmp__test1"
end tell
Why applescript timeout?
Thanks,
Elena
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden