I use form post to retrieve messages.
All good, execpt for a few things:
1) Receivedat comes in the following format 2010-07-07+16%3a35%3a52Z
looks like space caracter replaced with + , semi-column replaced with %sa and what is the "Z" at the end?
2) CR replaced with +%0a
Is there a document or help file which lists all those transformations? I need to develop some algorithm to parse incoming messages.
N.B. There's a sample message:
ID=88b5d081-197b-4dde-8663-67060db9bf2d&Originator=61410124983&Recipient=61416905078&Body=Emp+code%0aJob+%0aAct%0aCom%0aStart%0aFinish&ReceivedAt=2010-07-07+16%3a32%3a28Z&Type=Text&IndexID=33756023
