Re: Rookie - Import Mail mailbox
Re: Rookie - Import Mail mailbox
- Subject: Re: Rookie - Import Mail mailbox
- From: Michelle Steiner <email@hidden>
- Date: Tue, 22 May 2007 10:29:32 -0700
On May 22, 2007, at 9:51 AM, Ylan Segal wrote:
tell application "Mail"
import Mail mailbox at "~/Temp/ylan.mbox"
end tell
Try this:
tell application "Finder" to set temp to path to user domain as text
& "Temp/ylan.mbox"
tell application "Mail" to import Mail mailbox at temp
-- Michelle
--
Power is the ability to not have to please.
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden