Skip to content

Instantly share code, notes, and snippets.

@its2loud
Created May 27, 2015 15:40
Show Gist options
  • Save its2loud/ae559a0d6a52ecee3c9f to your computer and use it in GitHub Desktop.
Save its2loud/ae559a0d6a52ecee3c9f to your computer and use it in GitHub Desktop.
using terms from application "Mail"
on perform mail action with messages theMessages for rule theRule
tell application "Mail"
repeat with eachMessage in theMessages
try
say content of eachMessage as string
end try
end repeat
end tell
end perform mail action with messages
end using terms from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment