0
votes

I can able to get the list of unread emails via [https://mail.google.com/mail/feed/atom/] using the Gmail API.

but using that , I can only get a brief info of an email message like ( to, from, subject and summary ).

If I want to get CC, BCC, and attachment info , how can I get using the Gmail API ?

1

1 Answers

0
votes

I can't find a way to get that functionality with GMAIL API. So I use IMAP to authenticate with Oauth Token and use IMAP instead.