Hi
I have installed the latest XCode 13.2, including updating the developer components but still I do not see the Mail Extension template when starting a new project like shown in the tutorial, what am I doing wrong?
Do I need to install it manually? I do not see any reference about it anywhere.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi All
Is there a way to assign an email signature through the MECompose class?
This process already working for gmail accounts, signatures settings can be set from an api provided by google.
For outlook there is an AddIn that supports injecting a signature upon composing a mail.
Now that extensions have come up for monterey, I wonder if they provided a way to do it for the mac mail app as well through the Mail Extension service.
An example of what I want (to be able to do either of this 2 options) after pressing the extension (better solution to do it automatically just by this extension to be installed):
Set a new signature name, for example 'Work' if it doesn't exist and fetch a signature from a REST API and edit it there.
Upon composing new mail fetch a signature through REST API and set/replace the current signature with the one returned.
Is it possible with the new Mail Extension package?
It would also be nice for a short snippet of how to start with this.
Regards,
Shlomi