function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
terskacterskac 

Script error in Mail.app

I keep getting this message lately. I tried downloading the app again, updating the scripts and restarting Mail and Maildrop. 

 

script /Applications/Maildrop.app/Contents/Resources/mail scripts/Add Email to Salesforce.com.scpt
error {
NSAppleScriptErrorAppName = Mail;
NSAppleScriptErrorBriefMessage = "Can\U2019t get mailbox \"Sent Messages\" of account \"POP Account\".";
NSAppleScriptErrorMessage = "Mail got an error: Can\U2019t get mailbox \"Sent Messages\" of account \"POP Account\".";
NSAppleScriptErrorNumber = -1728;
NSAppleScriptErrorRange = NSRange: {3043, 37};
}

 

terskacterskac

I fixed this error. The problem was caused by having two mail boxes called Pop Account in my list of accounts. When I renamed the accounts with different name the script error went away.