Is there 开发者_如何转开发any way to read mails of particular mail id.
ex:- i want to read mails coming from xyz@gmail.com in my inbox, and show only those mails.
Thanks in advance.
You need to do something like this:
- Implement your own email client to fetch emails.
- Fetch emails from particular email id.
- Search for email coming from
xyz@gmail.com
. - Show the searched mail.
精彩评论