Posted By:
Sharath_Chandra
Posted On:
Saturday, June 16, 2001 12:18 AM
I opened a IMAP connection on a folder with folder.open(Folder.READ_ONLY) option. when i a say folder.getMessageCount() at a very small frequency ,it is locking the folder not allowing any other POP client to access it . How can i continue monitoring the folder and simultaneosly access it from another POP client ?