Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to read all emails #26

Open
shankch opened this issue Apr 5, 2020 · 1 comment
Open

Not able to read all emails #26

shankch opened this issue Apr 5, 2020 · 1 comment

Comments

@shankch
Copy link

shankch commented Apr 5, 2020

How do I read all emails inside the inbox and not just the latest email

@AnthonyAnicotte
Copy link

Hi,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants