Closed
Description
INBOX/Junk%20E-mail
I have like this folder in Mozilla thunderbird and it's Junk/Spam.
Beside this I also have Archive, Deleted Items and Sent folders.
$folders = $client->getFolders();
This returns only INBOX folder and nothing else.
Can I get all folders and read emails inside each folder?