Reputation: 6403
I have done this demo, However I am not sure how I would go about listing the actual messages in my inbox. I have looked here, but I am not sure how to incorperate that into node?
Thanks in advance! sorry if this is blatantly obvios.
best,
-Zoe
Upvotes: 1
Views: 1929
Reputation: 2597
follow the below steps:
node.js
client.push notification
(that notify you when new email arrived).HistoryId
contains in The notification you received.history ID
.message Id
, use that message Id and get the email. Upvotes: 2