I am integrating messaging service with Domino IMAP server to use them in Lotus Notes. This service has access to a database in Lotus Notes.I configure the service´s database to access other user´s folders throught IMAP protocol, the folders appear as shared folders in this database. I configure it with the next steps:
- The service´s database and other user´s databases have IMAP enabled.
- The service´s database has Designer access in the ACL of other user´s databases.
- In the service´s database, I delegate access to other user´s folders in the option "Show mail owned by the following users".
- The other users suscribed the folders with IMAP protocol.
The other user´s folder appear as imap shared folders in the service´s database throught a imap client. The problem are the read and unread marks in the imap shared folders and in the user´s databases aren´t synchronized. I need synchronized these flags and if a user marks a message as read in his database, this message should appear as read in the shared folder of the service´s database and in the other way, if a message is marked as read in the imap shared folder, it should appear as read in the user´database.
I followed the steps described in the next link to configure IMAP Other Users’ folders
I insert in the field “IMAP users who can change other users’ unread marks” the user of messaging service and the users that share the folders but the flags aren´t synchronized.
Can anyone help me?