Hello, i am thinking about a small program that asks the server whether there are pending messages. The only problem is that i didn't manage to get it to work. I'm not sure whether this is possible at all. I'm using the loudmouth library and tried to accomplish this with the message handler. But when the message handler is called the message is already deleted on the server i believe. So, my question is: Is there a way to ask the server directly, whether there are messages pending without actually get them delivered to the client and therefore deleted on the server?
thanks, andreas
