I’m trying to create a plugin for Android Mail App. this plugin will filters my e-mails and show them differently like I need to made some special e-mail shows up in green color.
So, can I create such plugin ? for the Android mail client or the Gmail for example ?
Regards,
I am not sure that the Android Mail App has a pluggable interface for you to add in your own code/widgets.
Your best bet is to create a new Mail App which will do what you want it to (you could even make it pluggable for others!!). There exists the Google-Api-Jar-Client, which I think you can use to access ones Gmail via HTTP requests. But if your requirements are strictly to build a plug-in for the existing Android mail client, then I do not think that is possible currently.