Adding Mention support in Mail.app using MailKit APIs

Hi,

Can I use the MailKit API to add mention support to Mail App. Where I write "@deepak" and my extension suggests me emails starting with the name "deepak" from my contacts.

I see there is MEComposeSessionHandler.viewControllerin the mail kit API. But I think, according to the WWDC demo, it can only create UI in the toolbar section of the compose window.

Any help will we appreciated here!

I am speaking from very little understanding, but from what I do understand is that the MailKit in its current form is extremely limited. I don't believe that there is any way to achieve what you want.

There doesn't even appear to be any methods for manipulating existing messages. For example, I'd like to be able to move messages around to folders, add meta data to messages, etc. MailKit doesn't seem to enable this level of access mail.

Adding Mention support in Mail.app using MailKit APIs
 
 
Q