I want to get all mails from all folders from google. I try do this with javax.mail. I retrieve folders list by such code:
imapSslStore.getDefaultFolder().list("*");
But there are not folder with name "Chat" since I can see "Chats" label in Google mails interface.