I’m going to port some more of my technical articles from tumblr over here. This is an oldie but goodie as I still get a lot of traffic for it. Original post is here.
Sometimes when new versions of Mail.app come out, the plugin architecture isn’t always backwards compatible. To disable plugins that could potentially crash Mail.app, a plugin verification occurs via a PluginCompatibilityUUID check.
So, you need to (WideMail is used in this example):
- add the Message.framework PluginCompatibilityUUID to the SupportedPluginCompatibilityUUIDs of each plugin
- add the Mail.app PluginCompatibilityUUID to the SupportedPluginCompatibilityUUIDs of each plugin
Add the Message.framework PluginCompatibilityUUID
- Open up /System/Library/Frameworks/Message.framework/Resources/Info.plist and search for PluginCompatibilityUUID. In 10.6.5, this is 857A142A-AB81-4D99-BECC-D1B55A86D94E.
- Open up ~/Library/Mail/Bundles/WideMail.mailbundle/Contents/Info.plist and search for SupportedPluginCompatibilityUUIDs. Add a new string to this array with the value 857A142A-AB81-4D99-BECC-D1B55A86D94E.
Add the Mail.app PluginCompatibilityUUID
- Open up /Applications/Mail.app/Contents/Info.plist and search for PluginCompatibilityUUID. In Mail.app 4.4, this is BDD81F4D-6881-4A8D-94A7-E67410089EEB.
- Open up ~/Library/Mail/Bundles/WideMail.mailbundle/Contents/Info.plist and search for SupportedPluginCompatibilityUUIDs. Add a new string to this array with the value B842F7D0-4D81-4DDF-A672-129CA5B32D57.
Done.
This is a kluge and there is a reason Apple requires this check. It’s best to wait until the official developer releases an updated plugin.
Hi Clatko, do you think you can help (not free) to improve the social reach of a non profit Charity as ours?, we dont get support from any organization, government or religious group. But we need the extra exposure to get more volunteers and donors.
We are http://www.abroaderview.org if you think we can work together please email us to volunteers@abroaderview.org and talk about this, thank you for your time
Regards,
Oliver Ehlers