3

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.

Hleb
  • 295
  • 1
  • 4
  • 15

1 Answers1

2

Gmail's chats are not visible to IMAP connections. The folder is disabled in the Gmail's settings UI.

Even using IMAP search is not going to find anything in the chat folder.

Pawel Lesnikowski
  • 6,264
  • 4
  • 38
  • 42