1
votes

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?

1
I may be wrong but your question might be better off @ serverfault.com/questions/tagged/lotus-domino - Lothar Mueller
@LotharMueller: Thanks for the advice. I will post it at serverfault in case I can't find a solution here. - xpages-noob
The IBM Traveler task doesn't support/run IMAP. That's the underlying Domino server. - muenzpraeger
@muenzpraeger: Thanks for the info. I thought that the Traveler would have to be installed on the server in order for this to work. Are you sure that the server would still support IMAP access even without the Traveler? - xpages-noob
IMAP is a Domino service which has been there way before Traveler. www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf/… - muenzpraeger

1 Answers

1
votes

The EnableImapFolderSynch INI parameter may do what you want: http://www-01.ibm.com/support/docview.wss?uid=swg21670355