• 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
Bug Fixes: Mail Headers in Mavericks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug Fixes: Mail Headers in Mavericks


  • Subject: Bug Fixes: Mail Headers in Mavericks
  • From: Christopher Stone <email@hidden>
  • Date: Tue, 29 Oct 2013 07:05:03 -0500

Hey Folks,

Well, well.  At least along with the bitter there's a bit of better.

tell application "Mail"
set _message to first item of (get selection)
tell _message
{name, content} of every header
end tell
end tell

tell application "Mail"
set _message to first item of (get selection)
tell _message
content of headers whose name contains "date"
end tell
end tell

Headers are working again.

--
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: How to determine if message was sent or received in Mail
  • Next by Date: Re: ASEditor Drag&Drop
  • Previous by thread: Re: How to determine if message was sent or received in Mail
  • Next by thread: launch command bug
  • Index(es):
    • Date
    • Thread