eklase-wrapperMail functionsGet IDsOn this pageGet IDsThis function gets all IDs of your inbox. Useful for the get mail function.UsageFetching IDs has never been simpler. Just run the function and await or .then it :)// ...let ids = await wrapper.mail.getIDs()Result[ 123456, 654321]