Topic: API Feature Request: Return unread message count for user
It would be really nice to have a simple API call to return the number of unread messages for a specific user, without requiring me to know the login credentials for a user's email box.
EX: GET /api/user/<mail>/unreadMessageCount
returns an int
-- Steven