Creating a plugin for Apple Mail

Viewed 620

I'm looking for some documentation how to create an apple mail plugin for mac os but without too much luck. Is there any good documentation, sample, tutorial... that explain it? I've found sample posts but the newest one is from 5 years ago. Anyone has a clue about it? I wonder if something have changed since then.

Some posts that I found:

2 Answers

There wasn’t a great solution at the time you posted but in Monterey there is a MailKit extension that finally provides public APIs. It doesn’t seem to have everything yet, but it’s at least the beginning

Related