I am using JavaMail (1.5.2) to load mail messages via IMAP. After connecting to the IMAPStore (store), I use the command store.getDefaultFolder().list("*") to get a list of all the folders.
For standard mail accounts, like GMail or Yahoo, this works perfectly fine and I get all available folders. However, when using IBM Domino (8.5.3 / 9.0.1) via IMAP, I only get the inbox plus my personal folders that I created manually, but the Sent folder is missing. Does anybody know how I could fix this?