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?
Comments
Post a Comment