• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Mail.app on Tiger: import mailboxes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: TextEdit script (Applescript-users Digest, Vol 2, Issue 470)
  • Next by Date: solved: Quickcurve graphs
  • Previous by thread: solved: Quickcurve graphs
  • Next by thread: Choose from list
  • Index(es):
    • Date
    • Thread