You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use mail.allIds() to get the IDs of your emails stored in your inbox. You can get unread emails using mail.unreadIds. Once you have your desired ID, use the method mail.getMail(ID) to get the mail content.
How do I read all emails inside the inbox and not just the latest email
The text was updated successfully, but these errors were encountered: