In 8.0 it will be possible to use any HTTP client to access the Connection message interface (CUMI). Below is a curl example of retrieving all the inbox messages for a user:
curl -u operator:ecsbulab -v -X GET -H"Accept: application/json" http://$SERVER/vmrest/mailbox/folders/inbox/messages -Dave