开发者

How to read mails of particular mail id

开发者 https://www.devze.com 2023-04-10 19:02 出处:网络
Is there 开发者_如何转开发any way to read mails of particular mail id. ex:- i want to read mails coming fromxyz@gmail.com in my inbox, and show only those mails.

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:

  1. Implement your own email client to fetch emails.
  2. Fetch emails from particular email id.
  3. Search for email coming from xyz@gmail.com.
  4. Show the searched mail.
0

精彩评论

暂无评论...
验证码 换一张
取 消