java - Maintain IMAP message state information (imap flags) when using Javamail -


we have java app built third party opens read/write imap connections, , retrieves messages. marks them "read". guessing due fact app opens read/write connection. there way can prevent app updating "read (seen)" imap flag? maybe parameter can set when opening connection imap?

open folder read-only instead of read/write.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -