This class implement a private messaging system that stores messages in a MySQL database.
It can be used to exchange private messages between users of a site.
The class provides means to:
- Send a message
- Get the title, body, sender and receiver a of a message
- Mark a message as read
- Retrieve all message from or to a given user
- Delete a message