3

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:

Pataquer
  • 283
  • 1
  • 14
  • got any luck? am still looking for one same here. – rahulvramesh Aug 08 '20 at 15:16
  • Seems that all must be done through private APIs so no support from Apple and high risk of any change by them in a future would break any part of it. – Pataquer Aug 12 '20 at 13:32
  • I'm looking for this too. I'm open to using private API's, do we know if commercial App extensions will get approved and allowed in App store if they used private APIs ? – Curious101 Nov 11 '20 at 23:43
  • 1
    If your app is distributed using AppStore, it will need to get reviewed by Apple, if they detect that you are using a private call, it can be rejected. – Pataquer Nov 13 '20 at 10:25

2 Answers2

1

For the record, here is the documentation for mailkit: https://developer.apple.com/documentation/mailkit/build_mail_app_extensions

Also with a video: https://developer.apple.com/videos/play/wwdc2021/10168/

Tobi
  • 674
  • 5
  • 20
0

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