• 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
Re: bounce emails in Mt Lion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bounce emails in Mt Lion


  • Subject: Re: bounce emails in Mt Lion
  • From: Alex Zavatone <email@hidden>
  • Date: Sun, 30 Jun 2013 12:16:49 -0400


On Jun 30, 2013, at 11:00 AM, Eric Robertson wrote:

On 18 June 2013 22:09:46 BST Robert Cuilla <email@hidden> wrote:

Hello everyone and blessings to you


Blessings?

As most know Apple has removed the ability to bounce incoming emails in Mt Lion.  Has anyone seen an AS that will replicate that function?

Thanks in advance for your help

Bob Cuilla


There is a large and mostly confrontational discussion about this on the Apple support forums.

When I checked, Apple even removed Bounce from the AppleScript dictionary.  

There are some some options (I still boot to Snow Leopard and run Mountain Lion in emulation) and one of them is an automator action.

http://allnewmac.wordpress.com/2011/09/19/how-to-restore-the-bounce-feature-in-mail/

This was listed on the Apple support forum.

using terms from application "Mail"
          on perform mail action with messages theMessages
                    tell application "Mail"
                              repeat with eachMessage in theMessages
  bounce eachMessage
                              end repeat
                    end tell
          end perform mail action with messages
end using terms from
 _______________________________________________
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

References: 
 >Re: bounce emails in Mt Lion (From: Eric Robertson <email@hidden>)

  • Prev by Date: Re: bounce emails in Mt Lion
  • Next by Date: Re: bounce emails in Mt Lion
  • Previous by thread: Re: bounce emails in Mt Lion
  • Next by thread: Re: bounce emails in Mt Lion
  • Index(es):
    • Date
    • Thread