Mavericks 10.9.2 - Applescripting Gmail in Mail 7.2 (1874)
Mavericks 10.9.2 - Applescripting Gmail in Mail 7.2 (1874)
- Subject: Mavericks 10.9.2 - Applescripting Gmail in Mail 7.2 (1874)
- From: Christopher Stone <email@hidden>
- Date: Tue, 25 Feb 2014 18:09:12 -0600
Gmail AppleScript problems: If you had an AppleScript that targeted a Gmail mailbox other than Inbox or Archive/All Mail, it would fail, because AppleScript saw all the other Gmail mailboxes as being empty. Now AppleScripts can again see into Gmail mailboxes properly.
______________________________________________________________________
Hey Folks,
It looks like the the major problems scripting Gmail in Mail are now fixed, although my testing is still preliminary.
This kind of stuff now works:
tell application "Mail" set _gmail to first item of (accounts whose name contains "gmail")
tell _gmail set inboxSubs to subject of messages of mailbox "INBOX" set mixedMessages to messages of mailbox "Miscellaneous" end tell
end tell
I did have a problem with Mail not syncing one of my Gmail labels (mailboxes).
I had to toggle 'Show in IMAP' for that label in the Gmail's label settings and re-sync Gmail to finally get it to update properly.
Other than that no hitches so far.
-- Best Regards, Chris
|
_______________________________________________
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