Combu 1.5.2 has been released in February implementing new features. We missed to send a newsletter for the announcement of the new version, so you will find here the list of features implemented.
VERSION 1.5.2
Updated Combu web files, latest was missing the webservice handler for mail count.
VERSION 1.5.1
Server:
- Fixed define SECURITY_ENABLED in api.php to re-enable the security
- New web service “users/search” to make a search in the user accounts table
- New web service “mail/count” to get the number of read and unread messages
- Web service “mail/read” now accept parameter Id to be -1 so that it can mark as read all messages received by the logged user
Unity:
- Added new method CBManager/LoadUsers to search users
- Added new method CBManager/CountMail to get the numbers of read and unread messages received by the logged user
- Added new class CBMailCount to handle the results from CBManager/CountMail
- Added overload CBManager/ReadMail without any parameters to mark as read all messages received by the logged user