I need to create the custom broadcast receiver,which notifies the arrival of new emails. That means when the new Email s received to the the already configured email account , then the intent will be fired. how can i find the arrival of new Email.I am Using Android_javamail API.
I need to create the custom broadcast receiver,which notifies the arrival of new emails.
Share
This is not possible. There are no documented and supported broadcast
Intentsfor Gmail. There are no broadcastIntentsfor the open source Email app. Third party email clients are not obligated to support any particular broadcastIntents.