How to get content of email like as Email ID ,Subject ,Message body text,and Attachment in android?

99封情书 提交于 2020-01-06 13:55:30

问题


I am new to android. I configured the email address in the android emulator.I want to get the email content,if the configured email receives the mail from other mailid.which notification shall i use and how to get the email content when the notification raises the alert. how can i achieve this.

Thanks in advance.....


回答1:


It sounds to me like you're trying to say that you signed-in to the mail app on the Android device. From my understanding of the question you've raise, signing-in to an email account on the Android device doesn't mean any application can just grab emails from it. The closest solution I can think of is creating an IMAP connection to a mail server to grab mail content.



来源:https://stackoverflow.com/questions/6110190/how-to-get-content-of-email-like-as-email-id-subject-message-body-text-and-att

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!