|
|
Ignore selected IMAP folders using Mail.app
Here's a work-around to the fact that Mail.app doesn't check all the folders. Save the following applescript as an application using the script editor:
on checkMail() tell application "Mail" set everyAccount to every imap account repeat with eachAccount in everyAccount tell eachAccount set include when getting new mail to false set include when getting new mail to true end tell end repeat end tell end checkMail on run checkMail() end run on idle checkMail() return 60 end idle I run this whenever Mail.app is running. This causes every imap account to scan all the folders once a minute. I'm using it with three imap accounts succesfully. One thing I've noticed though is that the INBOX's sometimes don't update when using just this script, so you may have to run this script in addition to telling Mail.app to check your mail on a regular basis. ---
Ignore selected IMAP folders using Mail.app
I compiled this script as an Application and it works just great. I |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.15 seconds |
|