Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 2 replies, 0 views
Replied In
Not authorized to send Apple events to Mail
In case anyone else runs into this problem... what solved it for me was this the following. I added<key>NSAppleEventsUsageDescription</key><string>Please give Unread Mail access to Mail via Apple Script.</string>to my app's plist. Now, upon first launch, the system prompts the user for permission. If permission is granted the app's Apple Script works correctly.