Search code examples
androidemailemail-client

How to configure the Android's default email client programatically


I have been doing some research on configuring the IMAP/POP settings programmatically to the Android default Email client. So, basically, I want the email ID, password and IMAP settings to be stored within the application, and when the app is launched, it should programatically configure the Android's email client. Any help regarding the same would be highly appreciated!

Thanks, Nithin


Solution

  • Did some research on this, and it is not possible, unless you implement your own email client like K9. That is only within your app, but not the Android's default email client.