I am using javamail to make IMAP connections to gmail. Everything is working going fine. I just want to prevent misusing server memory.
My question is: What does happen when I close the store? [store.close();] does it close all open folders? Do you have to close all folders?
There are tremendous speed benefits if I leave a particular folder open.