Get all mail
This function gets all mail for the logged in user
Usage
Call the function and resolve the promise with either await
or .then()
let allMail = await wrapper.mail.getAll()
This function gets all mail for the logged in user
Call the function and resolve the promise with either await
or .then()
let allMail = await wrapper.mail.getAll()