• 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
Mavericks 10.9.2 - Applescripting Gmail in Mail 7.2 (1874)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

New from TidBITS: Mail Improvements in OS X 10.9.2 : http://tidbits.com/article/14547
  • 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

  • Prev by Date: Save as run only
  • Next by Date: Re: Save as run only
  • Previous by thread: Re: Save as run only
  • Next by thread: localized string
  • Index(es):
    • Date
    • Thread