Giter Club home page Giter Club logo

Comments (12)

Shmoopi avatar Shmoopi commented on July 19, 2024 1

@apparition47 - worked perfectly! Blocking appears to be working as intended. Thank you!!

from mailtrackerblocker.

nodefive avatar nodefive commented on July 19, 2024 1
zip -r -9 headers.zip Headers

High Sierra, Mail 11.5 headers: https://github.com/nodefive/Stuff/blob/master/headers.zip

from mailtrackerblocker.

nodefive avatar nodefive commented on July 19, 2024 1

Indeed is now working. Thank you!

from mailtrackerblocker.

apparition47 avatar apparition47 commented on July 19, 2024

What macOS is 11.5 on? 10.13 High Sierra? I suspect my plugin might already work as far back as 10.9 as-is but I can't personally verify that. Could you try running the plugin and let me know which error you get? Or is it crashing?

from mailtrackerblocker.

nodefive avatar nodefive commented on July 19, 2024

Indeed, High Sierra. When I start Mail, it pops a little window saying:

Incompatible Plug-ins Disabled
Mail has disabled the following plug-ins:
	MailTrackerBlocker
Contact the makers of these plug-ins for versions that are compatible with Mail 11.5.

Maybe I am doing something wrong. I've downloaded the pkg, installed. I wasn't able to do the XCode step because that Manage Plug-ins is not present in XCode 10.1. But the bundle is present in /Library/Mail/Bundles.

from mailtrackerblocker.

apparition47 avatar apparition47 commented on July 19, 2024

Sounds like you're doing everything correctly, thanks.

I can try and add support but it's hard for me to dev/test because I don't have ready access to older OSs. But if you could provide the headers.zip from the following, that would be super helpful:

# download class-dump bin
# feel free to download the dmg off the official site if you don't trust this 3rd party compile
git clone https://github.com/ivRodriguezCA/class-dump-binaries

cd class-dump-binaries
cd binaries
mkdir Headers

# get plugin compat UUID
defaults read /Applications/Mail.app/Contents/Info.plist PluginCompatibilityUUID > Headers/pluginuuid.txt

# dump headers/frameworks
./class-dump -I -H -o "Headers/MailUI" "/Applications/Mail.app/Contents/MacOS/Mail"
./class-dump -I -H -o "Headers/EmailAddressing" "/System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing" 
./class-dump -I -H -o "Headers/MailCore" "/System/Library/PrivateFrameworks/MailCore.framework/MailCore"
./class-dump -I -H -o "Headers/MailUIFW" "/System/Library/PrivateFrameworks/MailUI.framework"
./class-dump -I -H -o "Headers/MailFW" "/System/Library/PrivateFrameworks/Mail.framework"

# zip everything up to send
zip -r -9 headers.zip Headers

from mailtrackerblocker.

Shmoopi avatar Shmoopi commented on July 19, 2024

@apparition47 attached are the zipped headers for Mail Version 12.4 (3445.104.15) - macOS 10.14.6.

Edit: Sorry for hijacking this issue - I can open a new issue for 12.4 if needed.

headers.zip

from mailtrackerblocker.

apparition47 avatar apparition47 commented on July 19, 2024

Doubt this will work but could I ask you to try this? MailTrackerBlocker-develop.pkg.zip

from mailtrackerblocker.

Shmoopi avatar Shmoopi commented on July 19, 2024

@apparition47 that did not work for 12.4 - still claims that it's not compatible with the version.

"Mail has disabled the following plug-ins:

MailTrackerBlocker.mailbundle

Contact the makers of these plug-ins for versions that are compatible with Mail 12.4."

from mailtrackerblocker.

apparition47 avatar apparition47 commented on July 19, 2024

@Shmoopi @nodefive I think I found the issue. Please try this: MailTrackerBlocker-beta2.pkg.zip (changed min target to 10.11). Thanks for testing.

from mailtrackerblocker.

apparition47 avatar apparition47 commented on July 19, 2024

Released 0.2.5 with this change baked in. Thanks guys!

from mailtrackerblocker.

apparition47 avatar apparition47 commented on July 19, 2024

@nodefive please try out 0.2.5 and reopen this issue if it doesn't work for you

from mailtrackerblocker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.