Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
MessageMapper.findUnseenMessages(....) is only used to get the uid of the first unseen message, even if it allow to specify an max result argument and returns a List. We should replace the method to only return the uid of the first unseen message and let the Mapper implementation dedicite how to do this.