Mail returns empty mailboxes in Mavericks
Mail returns empty mailboxes in Mavericks
- Subject: Mail returns empty mailboxes in Mavericks
- From: John <email@hidden>
- Date: Thu, 19 Dec 2013 13:57:31 -0500
This script returns an empty list for a mailbox that has several messages in it. When I run the script from Snow Leopard it functions as expected.
What is going on?
set mailboxName to "TestMailbox"
set accountName to "apple"
tell application "Mail"
set theMessages to messages of mailbox mailboxName of account accountName
end tell
This is also empty:
tell application "Mail"
set theMessages to messages of inbox
end tell
John
_______________________________________________
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